Bläddra i källkod

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 år sedan
förälder
incheckning
ab5ce3af56
1 ändrade filer med 5 tillägg och 0 borttagningar
  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]]) {