This commit is contained in:
Tobias Gesellchen
2026-05-17 10:30:25 +02:00
parent 712801259e
commit 1269481411
+2
View File
@@ -108,11 +108,13 @@ func main() {
for _, host := range manualHosts {
addManualDevice(webApp, host, 8090)
}
discoverDevices(ctx, webApp, discoveryService)
webApp.BroadcastDiscoveryStatus("completed", len(webApp.Devices))
webApp.BroadcastDeviceList()
}()
r := setupRoutes(webApp, discoveryService)
log.Printf("SoundTouch Web UI starting on http://%s", addr)