Skip to content
Snippets Groups Projects
Commit 7705f6a0 authored by David's avatar David
Browse files

macosx: Cosmetics

parent 15b46b12
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,8 @@
return;
VLCPlaylistItem *item = [_playlistController.playlistModel playlistItemAtIndex:selectedRow];
if (item == nil) {
if (item == nil)
return;
}
NSString *path = item.path;
[[NSWorkspace sharedWorkspace] selectFile:path inFileViewerRootedAtPath:path];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment