Explorar el 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 hace 6 años
padre
commit
ab5ce3af56
Se han modificado 1 ficheros con 5 adiciones y 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]]) {