Fix:Size and duration sort

This commit is contained in:
advplyr 2021-12-03 18:30:51 -06:00
parent 95ab2ab4b5
commit 9423727f89
4 changed files with 17 additions and 11 deletions

View file

@ -55,7 +55,7 @@ class Stream extends EventEmitter {
}
get totalDuration() {
return this.audiobook.totalDuration
return this.audiobook.duration
}
get tracksAudioFileType() {