瀏覽代碼

clear code

Marino Faggiana 7 年之前
父節點
當前提交
38d4a65950
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {