diff --git a/webui/static/script.js b/webui/static/script.js index 137dcb1a..c6cf4a64 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -12,6 +12,7 @@ let currentStream = { progress: 0, track: null }; +let currentMusicSourceName = 'Spotify'; // 'Spotify' or 'Apple Music' - updated from status endpoint // Streaming state management (enhanced functionality) let streamStatusPoller = null; @@ -18137,7 +18138,7 @@ function openYouTubeDiscoveryModal(urlHash) {