mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
fix(web): parallelize independent startup calls again
This commit is contained in:
@@ -1586,9 +1586,9 @@ function formatXML(xml) {
|
||||
|
||||
document.addEventListener("DOMContentLoaded", async () => {
|
||||
fetchSettings();
|
||||
await fetchDevices();
|
||||
triggerDiscovery();
|
||||
fetchVersion();
|
||||
await fetchDevices();
|
||||
|
||||
const hash = window.location.hash.slice(1);
|
||||
const [tabId, extra] = hash.split('?');
|
||||
|
||||
Reference in New Issue
Block a user