فهرست منبع

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];