Explorar o código

macosx/framework/VLCMedia: Rely on artFetched and not on the metaDictionary value.

Pierre d'Herbemont %!s(int64=17) %!d(string=hai) anos
pai
achega
094189db0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/VLCMedia.m

+ 1 - 1
Sources/VLCMedia.m

@@ -547,7 +547,7 @@ static void HandleMediaSubItemAdded(const libvlc_event_t * event, void * self)
 
 - (id)valueForKeyPath:(NSString *)keyPath
 {
-    if( ![metaDictionary objectForKey:@"artwork"] && [keyPath isEqualToString:@"metaDictionary.artwork"])
+    if( !artFetched && [keyPath isEqualToString:@"metaDictionary.artwork"])
     {
         artFetched = YES;
         /* Force the retrieval of the artwork now that someone asked for it */