Skip to content

Commit ee2d2c6

Browse files
cod
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
1 parent e357c10 commit ee2d2c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/NextcloudKit/Models/NKDataFileXML.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public class NKDataFileXML: NSObject {
300300
// ServerUrl
301301
if href == rootFiles + nkSession.user + "/" {
302302
file.fileName = "."
303-
file.serverUrl = ".."
303+
file.serverUrl = baseUrl + rootFiles + nkSession.user
304304
} else {
305305
file.serverUrl = baseUrl + file.path.dropLast()
306306
}

0 commit comments

Comments
 (0)