mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
fix: download current dir on file listing
This commit is contained in:
parent
7955e0720b
commit
488d98045e
@ -588,9 +588,13 @@ export default {
|
||||
|
||||
let files = []
|
||||
|
||||
if (this.selectedCount > 0) {
|
||||
for (let i of this.selected) {
|
||||
files.push(this.req.items[i].url)
|
||||
}
|
||||
} else {
|
||||
files.push(this.$route.path)
|
||||
}
|
||||
|
||||
api.download(format, ...files)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user