mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Fix set invalid flag to false when adding first episode to an empty podcast library item, dont show podcast errors on episode cards
This commit is contained in:
parent
e3ae3f7e6a
commit
21bdd9f9ec
2 changed files with 5 additions and 0 deletions
|
@ -272,6 +272,7 @@ export default {
|
|||
return this.userProgress ? !!this.userProgress.isFinished : false
|
||||
},
|
||||
showError() {
|
||||
if (this.recentEpisode) return false // Dont show podcast error on episode card
|
||||
return this.numMissingParts || this.isMissing || this.isInvalid
|
||||
},
|
||||
isStreaming() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue