Fixed interval not clearing

This commit is contained in:
Agate 2020-08-06 16:12:16 +02:00
commit 51995c0d92

View file

@ -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);
}