mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: category download folder not showing correctly (#448)
This commit is contained in:
parent
e063168121
commit
06579c8bbe
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ export default {
|
|||
savepath() {
|
||||
let savePath = this.getSettings().save_path
|
||||
if (this.category) {
|
||||
savePath = this.category.save_path
|
||||
savePath = this.category.savePath
|
||||
}
|
||||
|
||||
return savePath
|
||||
|
|
Loading…
Add table
Reference in a new issue