Explorar o código

VLCDropboxController: Re-integrate currentListFiles

It seems that this was removed by 3a9b4d86.

Without this method, we are never getting the file listing.
Soomin Lee %!s(int64=6) %!d(string=hai) anos
pai
achega
ab5ce3af56
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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]]) {