mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
Fix:Select podcast folder when none is set yet
This commit is contained in:
parent
236fd09c94
commit
573768e2b2
2 changed files with 8 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue