diff --git a/src/components/Player.vue b/src/components/Player.vue index c9fbe4e..739cd11 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -68,7 +68,7 @@ function playPrevious() { :src="playQueueStore.list[playQueueStore.currentIndex] ? playQueueStore.list[playQueueStore.currentIndex].song.sourceUrl : ''" ref="playerRef" autoplay v-if="playQueueStore.list.length !== 0" @ended="playNext" @pause="playQueueStore.isPlaying = false" @play="playQueueStore.isPlaying = true" - @canplaythrough="playQueueStore.isBuffering = false" @waiting="playQueueStore.isBuffering = true"> + @playing="playQueueStore.isBuffering = false" @waiting="playQueueStore.isBuffering = true">