Browse Source

Fix MultiDownload Queue (2)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 11 years ago
parent
commit
f69c8ba380
1 changed files with 1 additions and 1 deletions
  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;