mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 15:24:55 +02:00
Fix:Size and duration sort
This commit is contained in:
@ -55,7 +55,7 @@ class Stream extends EventEmitter {
|
||||
}
|
||||
|
||||
get totalDuration() {
|
||||
return this.audiobook.totalDuration
|
||||
return this.audiobook.duration
|
||||
}
|
||||
|
||||
get tracksAudioFileType() {
|
||||
|
Reference in New Issue
Block a user