فهرست منبع

Fix MultiDownload Queue (2)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 11 سال پیش
والد
کامیت
f69c8ba380
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      AspenProject/VLCDownloadViewController.m

+ 1 - 1
AspenProject/VLCDownloadViewController.m

@@ -147,9 +147,9 @@
                 } else {
                     [_httpDownloader downloadFileFromURL:_currentDownloads[0]];
                     _humanReadableFilename = _httpDownloader.userReadableDownloadName;
+                }
                     [_currentDownloads removeObjectAtIndex:0];
                     [_currentDownloadFilename removeObjectAtIndex:0];
-                }
             }
         } else if ([downloadScheme isEqualToString:@"ftp"]) {
             _currentDownloadType = kVLCDownloadViaFTP;