Commit a97866c8 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: minor optimisation as suggested by Rafael

parent 09eb7369
......@@ -849,10 +849,7 @@ static VLCOpen *_o_sharedMainInstance = nil;
{
[o_disc_bd_lbl setStringValue: [[NSFileManager defaultManager] displayNameAtPath: o_currentOpticalDevice]];
[self showOpticalMediaView: o_disc_bd_view withIcon: [[NSWorkspace sharedWorkspace] iconForFile: o_currentOpticalDevice]];
if (diskType == kVLCMediaBD)
[self setMRL: [NSString stringWithFormat: @"bluray://%@", o_currentOpticalDevice]];
else
[self setMRL: [NSString stringWithFormat: @"bluray://%@", o_currentOpticalDevice]];
[self setMRL: [NSString stringWithFormat: @"bluray://%@", o_currentOpticalDevice]];
}
else
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment