Skip to content
Snippets Groups Projects
Verified Commit 3950d0a2 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Bigger interval when going to next track because of error

parent 84c3b531
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment