]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(files): fix download file encoded source
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 14 Dec 2023 14:35:52 +0000 (15:35 +0100)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 14 Dec 2023 14:35:52 +0000 (15:35 +0100)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
apps/files/src/actions/downloadAction.ts

index 0d8bfb7dfc242e3e7151768bb18b4414b755f57b..5afec375e9951f782dfd49ae4da426b7f9c5bc71 100644 (file)
@@ -84,7 +84,7 @@ export const action = new FileAction({
                        return null
                }
 
-               triggerDownload(node.source)
+               triggerDownload(node.encodedSource)
                return null
        },