marinofaggiana il y a 4 ans
Parent
commit
a8f6fed071
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      iOSClient/Networking/NCOperationQueue.swift

+ 1 - 1
iOSClient/Networking/NCOperationQueue.swift

@@ -180,7 +180,7 @@ class NCOperationSynchronization: ConcurrentOperation {
             if metadata.directory {
                 depth = "infinity"
                 serverUrlFileName = metadata.serverUrl + "/" + metadata.fileName
-                predicate = NSPredicate(format: "account == %@ AND serverUrl BEGINWITH %@", metadata.account, serverUrlFileName)
+                predicate = NSPredicate(format: "account == %@ AND serverUrl BEGINSWITH %@", metadata.account, serverUrlFileName)
             } else {
                 depth = "0"
                 serverUrlFileName = metadata.serverUrl + "/" + metadata.fileName