mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 13:44:53 -04:00
fix(files): fix download file encoded source
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
bac05cae5b
commit
d9f6f3daa3
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ export const action = new FileAction({
|
|||
return null
|
||||
}
|
||||
|
||||
triggerDownload(node.source)
|
||||
triggerDownload(node.encodedSource)
|
||||
return null
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue