浏览代码

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;