mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 02:25:45 +02:00
Return null if not podcast
This commit is contained in:
parent
3f2d0ed8b1
commit
7549385404
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ export default {
|
|||
} else {
|
||||
return this.media.numEpisodes + ' episodes'
|
||||
}
|
||||
} else {
|
||||
return null
|
||||
}
|
||||
},
|
||||
placeholderUrl() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue