Просмотр исходного кода

remote playback: list all files we have, just not ones assumed as playable

Felix Paul Kühne 9 лет назад
Родитель
Сommit
fdd8fcd37b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Apple-TV/VLCRemotePlaybackViewController.m

+ 1 - 0
Apple-TV/VLCRemotePlaybackViewController.m

@@ -62,6 +62,7 @@ static NSString *const VLCWiggleAnimationKey = @"VLCWiggleAnimation";
                              object:nil];
 
     VLCMediaFileDiscoverer *discoverer = [VLCMediaFileDiscoverer sharedInstance];
+    discoverer.filterResultsForPlayability = NO;
 
     _discoveredFiles = [NSMutableArray array];