Commit 4ea2ec4b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Whitespaces cleanup.

parent 5aa0d7fd
...@@ -553,6 +553,7 @@ static void HandleMediaSubItemAdded(const libvlc_event_t * event, void * self) ...@@ -553,6 +553,7 @@ static void HandleMediaSubItemAdded(const libvlc_event_t * event, void * self)
/* Force VLCMetaInformationTitle, that will trigger preparsing /* Force VLCMetaInformationTitle, that will trigger preparsing
* And all the other meta will be added through the libvlc event system */ * And all the other meta will be added through the libvlc event system */
[self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationTitle]; [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationTitle];
} }
else if( !isArtURLFetched && [keyPath hasPrefix:@"metaDictionary.artworkURL"]) else if( !isArtURLFetched && [keyPath hasPrefix:@"metaDictionary.artworkURL"])
{ {
......
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