|
@@ -70,9 +70,9 @@
|
|
|
if (fileHandle) {
|
|
|
endOfFile = [fileHandle seekToEndOfFile];
|
|
|
if (endOfFile >= 0) {
|
|
|
- if(endOfFile == self.curDownloadThumbnailModel.didDownloadBytes){
|
|
|
+ //if(endOfFile == self.curDownloadThumbnailModel.didDownloadBytes){
|
|
|
[fileHandle writeData:fileData];
|
|
|
- }
|
|
|
+ //}
|
|
|
}
|
|
|
|
|
|
endOfFile = [fileHandle seekToEndOfFile];
|
|
@@ -86,7 +86,7 @@
|
|
|
didDownloadBytes = endOfFile;
|
|
|
}
|
|
|
|
|
|
- self.curDownloadThumbnailModel.didDownloadBytes = didDownloadBytes;
|
|
|
+ //self.curDownloadThumbnailModel.didDownloadBytes = didDownloadBytes;
|
|
|
|
|
|
[[downloadThumbnailManager shareInstance] DownloadFileDoneOneFileFun];
|
|
|
|