mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-01 13:04:52 +02:00
Update:Playlists for podcasts
This commit is contained in:
parent
a217ed5574
commit
53dbdd115f
4 changed files with 21 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue