marinofaggiana 4 years ago
parent
commit
fab5b22ce2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Networking/NCNetworkingAutoUpload.swift

+ 1 - 1
iOSClient/Networking/NCNetworkingAutoUpload.swift

@@ -151,7 +151,7 @@ class NCNetworkingAutoUpload: NSObject {
             }
         }
          
-        // verify delete Asset Local Identifiers in auto upload (Photos album)
+        // verify delete Asset Local Identifiers in auto upload (DELETE Photos album)
         if (counterUpload == 0 && appDelegate.passcodeViewController == nil) {
             NCUtility.sharedInstance.deleteAssetLocalIdentifiers(account: appDelegate.activeAccount, sessionSelector: selectorUploadAutoUpload)
         }