mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-07 20:39:38 +00:00
Fix:Size and duration sort
This commit is contained in:
parent
95ab2ab4b5
commit
9423727f89
4 changed files with 17 additions and 11 deletions
|
|
@ -55,7 +55,7 @@ class Stream extends EventEmitter {
|
|||
}
|
||||
|
||||
get totalDuration() {
|
||||
return this.audiobook.totalDuration
|
||||
return this.audiobook.duration
|
||||
}
|
||||
|
||||
get tracksAudioFileType() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue