fix: category download folder not showing correctly (#448)

This commit is contained in:
Talha 2022-07-03 09:25:41 +01:00 committed by GitHub
parent e063168121
commit 06579c8bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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