kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fixed interval not clearing
rodzic
547c4ea554
commit
51995c0d92
|
@ -240,7 +240,7 @@ export default {
|
|||
this.fetchStatus();
|
||||
if (this.$store.state.auth.availablePermissions['library']) {
|
||||
this.fetchFs(true)
|
||||
setInterval(() => {
|
||||
this.fsInterval = setInterval(() => {
|
||||
this.fetchFs(false)
|
||||
}, 5000);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue