fix(files): fix download file encoded source

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
John Molakvoæ 2023-12-14 15:35:52 +01:00 committed by nextcloud-command
parent 49bff0fbe7
commit fe631fad08
3 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ export const action = new FileAction({
return null
}
triggerDownload(node.source)
triggerDownload(node.encodedSource)
return null
},

4
dist/files-init.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long