Fix:Select podcast folder when none is set yet

This commit is contained in:
advplyr 2022-05-22 15:56:32 -05:00
parent 236fd09c94
commit 573768e2b2
2 changed files with 8 additions and 3 deletions

View file

@ -239,6 +239,7 @@ export default {
return this.ebookFile && this.ebookFormat !== 'pdf'
},
showDownload() {
if (this.isIos) return false
return this.user && this.userCanDownload && this.showPlay && !this.hasLocal
},
ebookFile() {