Marino Faggiana 7 anos atrás
pai
commit
38d4a65950
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      iOSClient/Networking/CCNetworking.m

+ 1 - 1
iOSClient/Networking/CCNetworking.m

@@ -934,7 +934,7 @@
     [request setValue:authValue forHTTPHeaderField:@"Authorization"];
     [request setValue:[CCUtility getUserAgent] forHTTPHeaderField:@"User-Agent"];
 
-    // Change date file upload with header : X-OC-Mtime (ctime assetLocalIdentifier)
+    // Change date file upload with header : X-OC-Mtime (ctime assetLocalIdentifier) image/video
     if (assetLocalIdentifier) {
         PHFetchResult *result = [PHAsset fetchAssetsWithLocalIdentifiers:@[assetLocalIdentifier] options:nil];
         if (result.count) {