mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-14 01:08:22 +02:00
New data model fix library stats
This commit is contained in:
@ -43,6 +43,10 @@ class PodcastEpisode {
|
||||
get tracks() {
|
||||
return [this.audioFile]
|
||||
}
|
||||
get duration() {
|
||||
return this.audioFile.duration
|
||||
}
|
||||
get size() { return this.audioFile.metadata.size }
|
||||
|
||||
// Only checks container format
|
||||
checkCanDirectPlay(payload) {
|
||||
|
Reference in New Issue
Block a user