marinofaggiana 5 năm trước cách đây
mục cha
commit
4605844f88
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -1150,7 +1150,7 @@
                 metadataMOVForUpload.status = k_metadataStatusWaitUpload;
                 
                 // Prepare file and directory
-                [CCUtility copyFileAtPath:url.path toPath:[CCUtility getDirectoryProviderStorageOcId:metadataForUpload.ocId fileNameView:fileName]];
+                [CCUtility copyFileAtPath:url.path toPath:[CCUtility getDirectoryProviderStorageOcId:metadataMOVForUpload.ocId fileNameView:fileName]];
                 
                 (void)[[NCManageDatabase sharedInstance] addMetadata:metadataMOVForUpload];
             }