mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-04 23:07:22 +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