diff --git a/muxplex/frontend/app.js b/muxplex/frontend/app.js index 459c4bf..2b3635b 100644 --- a/muxplex/frontend/app.js +++ b/muxplex/frontend/app.js @@ -1027,6 +1027,7 @@ async function loadServerSettings() { console.warn('[loadServerSettings] failed:', err); if (!_serverSettings) _serverSettings = {}; } + _sources = buildSources(_serverSettings); return _serverSettings; }