mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 22:29:17 +02:00
Disable radio populate after too much consecutive errors
This commit is contained in:
parent
dac8d6e05e
commit
7dfafea26c
5 changed files with 45 additions and 4 deletions
|
@ -86,6 +86,7 @@ export default {
|
|||
},
|
||||
loaded: function () {
|
||||
this.$refs.audio.volume = this.volume
|
||||
this.$store.commit('player/resetErrorCount')
|
||||
if (this.isCurrent) {
|
||||
this.$store.commit('player/duration', this.$refs.audio.duration)
|
||||
if (this.startTime) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue