Browse Source

MacOSX/Framework/VLCMediaPlayer.m: auto trigger KVO for @"description" key.

Pierre d'Herbemont 17 years ago
parent
commit
ca8929abc5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/VLCMediaPlayer.m

+ 1 - 0
Sources/VLCMediaPlayer.m

@@ -133,6 +133,7 @@ static void HandleMediaInstanceStateChanged(const libvlc_event_t * event, void *
         dict = [[NSDictionary dictionaryWithObjectsAndKeys:
             [NSSet setWithObject:@"state"], @"playing",
             [NSSet setWithObjects:@"state", @"media", nil], @"seekable",
+            [NSSet setWithObjects:@"state", @"media", nil], @"description",
             nil] retain];
     }
     return [dict objectForKey: key];