Fix:Audio player when using chapter track then playing an item without chapters

This commit is contained in:
advplyr 2022-07-13 19:38:34 -05:00
parent 7c40d26857
commit af7e3a03f0
2 changed files with 15 additions and 1 deletions

View file

@ -377,6 +377,10 @@ export default {
libraryItem,
episodeId
})
this.$nextTick(() => {
if (this.$refs.audioPlayer) this.$refs.audioPlayer.checkUpdateChapterTrack()
})
this.playerHandler.load(libraryItem, episodeId, true, this.initialPlaybackRate)
},
pauseItem() {