Browse Source

clear code

Marino Faggiana 7 years ago
parent
commit
38d4a65950
1 changed files with 1 additions and 1 deletions
  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) {