mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 14:19:19 +02:00
Fixed error not hidden when playing next track
This commit is contained in:
parent
2c92825a08
commit
bc87674b34
1 changed files with 1 additions and 0 deletions
|
@ -575,6 +575,7 @@ export default {
|
|||
this.$store.commit('player/isLoadingAudio', true)
|
||||
if (this.playing) {
|
||||
this.soundId = this.currentSound.play()
|
||||
this.$store.commit('player/errored', false)
|
||||
this.$store.commit('player/playing', true)
|
||||
this.observeProgress(true)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue