|
|
@@ -88,7 +88,7 @@
|
|
|
//
|
|
|
[[NSFileManager defaultManager] removeItemAtPath:fullPath error:nil];
|
|
|
if(self->curYCDownloadItem){
|
|
|
- [YCDownloadManager stopDownloadWithItem:self->curYCDownloadItem];
|
|
|
+ //[YCDownloadManager stopDownloadWithItem:self->curYCDownloadItem];
|
|
|
self->curYCDownloadItem = nil;
|
|
|
}
|
|
|
|
|
|
@@ -113,7 +113,7 @@
|
|
|
//
|
|
|
[[NSFileManager defaultManager] removeItemAtPath:pathStr error:nil];
|
|
|
if(self->curYCDownloadItem){
|
|
|
- [YCDownloadManager stopDownloadWithItem:self->curYCDownloadItem];
|
|
|
+ //[YCDownloadManager stopDownloadWithItem:self->curYCDownloadItem];
|
|
|
self->curYCDownloadItem = nil;
|
|
|
}
|
|
|
} else {
|
|
|
@@ -173,7 +173,7 @@
|
|
|
//
|
|
|
[[NSFileManager defaultManager] removeItemAtPath:pathStr error:nil];
|
|
|
if(self->curYCDownloadItem){
|
|
|
- [YCDownloadManager stopDownloadWithItem:self->curYCDownloadItem];
|
|
|
+ //[YCDownloadManager stopDownloadWithItem:self->curYCDownloadItem];
|
|
|
self->curYCDownloadItem = nil;
|
|
|
}
|
|
|
|