|
@@ -339,7 +339,7 @@ class NCActionCenter: NSObject, UIDocumentInteractionControllerDelegate, NCSelec
|
|
|
let processor = ParallelWorker(n: 5, titleKey: "_downloading_", totalTasks: downloadMetadata.count, hudView: appDelegate.window?.rootViewController?.view)
|
|
|
for (metadata, url) in downloadMetadata {
|
|
|
processor.execute { completion in
|
|
|
- NCNetworking.shared.download(metadata: metadata, selector: "", completion: { _, _ in
|
|
|
+ NCNetworking.shared.download(metadata: metadata, selector: "", notificationCenterProgressTask: false, completion: { _, _ in
|
|
|
if CCUtility.fileProviderStorageExists(metadata) { items.append(url) }
|
|
|
completion()
|
|
|
})
|