Browse Source

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

Felix Paul Kühne 9 years ago
parent
commit
fdd8fcd37b
1 changed files with 1 additions and 0 deletions
  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];