Prechádzať zdrojové kódy

VLCDropboxController: Re-integrate currentListFiles

It seems that this was removed by 3a9b4d86.

Without this method, we are never getting the file listing.
Soomin Lee 6 rokov pred
rodič
commit
ab5ce3af56
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  1. 5 0
      Sources/VLCDropboxController.m

+ 5 - 0
Sources/VLCDropboxController.m

@@ -223,6 +223,11 @@
     }];
 }
 
+- (NSArray *)currentListFiles
+{
+    return _currentFileList;
+}
+
 - (void)downloadFileFrom:(NSString *)path to:(NSString *)destination
 {
     if (![self _supportedFileExtension:[path lastPathComponent]]) {