fix: download button not updating after a big playlist gets added (#50)

This commit is contained in:
Jelle Glebbeek
2021-05-06 00:54:47 +02:00
parent f62310c674
commit cd74cebcd2

View File

@@ -87,6 +87,7 @@ class QueryManager {
}
}
setTimeout(() => this.updateGlobalButtons(), 700); //This feels kinda hacky, maybe find a better way sometime.
setTimeout(() => this.updateGlobalButtons(), 2000); //This feels even more hacky, maybe find a better way sometime.
});
}