Call addFilters asynchronously.
Since we now make HTTP requests from addFilter, this makes startup slightly faster.
This commit is contained in:
+1
-1
@@ -4279,7 +4279,7 @@ async function start() {
|
||||
window.history.replaceState(null, '', window.location.pathname);
|
||||
setTitle(groupStatus.displayName || capitalise(group));
|
||||
|
||||
await addFilters();
|
||||
addFilters();
|
||||
await setMediaChoices(false);
|
||||
reflectSettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user