소스 검색

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;