mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-05-19 20:28:28 +00: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…
Reference in a new issue