mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-07-13 15:39:08 +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 {
|
} else {
|
||||||
return this.media.numEpisodes + ' episodes'
|
return this.media.numEpisodes + ' episodes'
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
placeholderUrl() {
|
placeholderUrl() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue