Преглед изворни кода

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

Felix Paul Kühne пре 9 година
родитељ
комит
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];