mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-16 01:32:54 +02:00
Improve track order detection, allow for excluding audio files from tracklist
This commit is contained in:
@@ -209,7 +209,7 @@ export default {
|
||||
streamAudiobook() {
|
||||
return this.$store.state.streamAudiobook
|
||||
},
|
||||
isStreaming() {
|
||||
streaming() {
|
||||
return this.streamAudiobook && this.streamAudiobook.id === this.audiobookId
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user