mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 22:59:17 +02:00
Bigger interval when going to next track because of error
This commit is contained in:
parent
84c3b531ad
commit
3950d0a2c1
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,10 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
errored: function () {
|
||||
this.$store.dispatch('player/trackErrored')
|
||||
let self = this
|
||||
setTimeout(
|
||||
() => { self.$store.dispatch('player/trackErrored') }
|
||||
, 1000)
|
||||
},
|
||||
sourceErrored: function () {
|
||||
this.sourceErrors += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue