Fixed interval not clearing

This commit is contained in:
Agate 2020-08-06 16:12:16 +02:00
parent 547c4ea554
commit 51995c0d92
1 changed files with 1 additions and 1 deletions

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