diff --git a/TWRDownloadManager.m b/TWRDownloadManager.m index 5c45a24..e167cfd 100644 --- a/TWRDownloadManager.m +++ b/TWRDownloadManager.m @@ -100,7 +100,14 @@ - (void)downloadFileForURL:(NSString *)urlString remainingTime:(void(^)(NSUInteger seconds))remainingTimeBlock completionBlock:(void(^)(BOOL completed))completionBlock enableBackgroundMode:(BOOL)backgroundMode { - + [self downloadFileForURL:urlString + withName:fileName + inDirectoryNamed:directory + friendlyName:fileName + progressBlock:progressBlock + remainingTime:remainingTimeBlock + completionBlock:completionBlock + enableBackgroundMode:backgroundMode]; } - (void)downloadFileForURL:(NSString *)url