You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
Merge pull request #150 from alexandrestein/master
Update download names file for weak clients
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
return this.$route.params.pathMatch
|
||||
},
|
||||
link: function () {
|
||||
return `${baseURL}/api/public/dl/${this.hash}`
|
||||
return `${baseURL}/api/public/dl/${this.hash}/${encodeURI(this.file.name)}`
|
||||
},
|
||||
fullLink: function () {
|
||||
return window.location.origin + this.link
|
||||
|
||||
Reference in New Issue
Block a user