soulsync/webui
Broque Thomas 276f70ab9a Fix media player collapsing after track ends or during queue transitions
The stream 'stopped' backend event was calling clearTrack() in both the
WebSocket handler (updateStreamStatusFromData) and the polling handler
(updateStreamStatus), which added the .idle class and collapsed the player
to zero height. This fired whenever audio ended naturally or when
transitioning between queue items (playQueueItem calls stopStream() to reset
backend state before loading the next track).

The explicit stop button (handleStop) already calls clearTrack() directly, so
the 'stopped' event handlers don't need to — and shouldn't.
2026-04-14 19:34:56 -07:00
..
static Fix media player collapsing after track ends or during queue transitions 2026-04-14 19:34:56 -07:00
index.html Add ReplayGain analysis and tagging support 2026-04-14 19:09:25 -07:00