Browse Source

Fix upload video version with edits

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
5b0c2c77ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Utility/NCUtility.swift

+ 1 - 1
iOSClient/Utility/NCUtility.swift

@@ -465,7 +465,7 @@ class NCUtility: NSObject {
             
             let options = PHVideoRequestOptions()
             options.isNetworkAccessAllowed = true
-            options.version = PHVideoRequestOptionsVersion.original
+            options.version = PHVideoRequestOptionsVersion.current
             options.progressHandler = { (progress, error, stop, info) in
                 print(progress)
                 if error != nil { return callCompletion(error: true) }