Improve track order detection, allow for excluding audio files from tracklist

This commit is contained in:
advplyr 2021-09-04 18:02:42 -05:00
parent 45ee42bddd
commit af0365c81f
10 changed files with 114 additions and 37 deletions

View file

@ -209,7 +209,7 @@ export default {
streamAudiobook() {
return this.$store.state.streamAudiobook
},
isStreaming() {
streaming() {
return this.streamAudiobook && this.streamAudiobook.id === this.audiobookId
}
},