Skip to content

Commit 66ffcec

Browse files
committed
Stop encoding path
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 2296d3c commit 66ffcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/fileUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const getDavPath = function({ filename, basename, source = '' }) {
151151
if (filename.startsWith(prefixUser)) {
152152
filename = filename.slice(prefixUser.length)
153153
}
154-
return getRootPath() + encodeFilePath(filename)
154+
return getRootPath() + filename
155155
}
156156

157157
export { encodeFilePath, extractFilePaths, sortCompare, genFileInfo, getDavPath }

0 commit comments

Comments
 (0)