Update:Playlists for podcasts

This commit is contained in:
advplyr 2022-11-27 12:33:38 -06:00
parent a217ed5574
commit 53dbdd115f
4 changed files with 21 additions and 3 deletions

View file

@ -107,7 +107,7 @@ export default {
return this.mediaMetadata.authors || []
},
itemDuration() {
if (this.episode) return this.episode.duration
if (this.episode) return this.$elapsedPretty(this.episode.duration)
return this.$elapsedPretty(this.media.duration)
},
isMissing() {