marinofaggiana 4 жил өмнө
parent
commit
a2cbc7febe

+ 1 - 1
iOSClient/Networking/NCNetworkingChunkedUpload.swift

@@ -27,7 +27,7 @@ import Queuer
 
 extension NCNetworking {
     
-    func uploadChunkFile(metadata: tableMetadata, account: tableAccount, completion: @escaping (_ errorCode: Int, _ errorDescription: String)->()) {
+    internal func uploadChunkFile(metadata: tableMetadata, account: tableAccount, completion: @escaping (_ errorCode: Int, _ errorDescription: String)->()) {
         
         let serverUrl = metadata.serverUrl
         let directoryProviderStorageOcId = CCUtility.getDirectoryProviderStorageOcId(metadata.ocId)!