radieo/stream
Pierre-Olivier Mercier 453ecd1353 stream: fix jingle counter for liquidsoap 2.4.5 (on_track is a method)
On the pinned savonet/liquidsoap:v2.4.5 image, `source.on_track` no longer
exists as a module function — on_track is a method on the source value. The
old `music = source.on_track(music, …)` form fails type-checking, so the whole
radio.liq is rejected and the stream container never starts. Register the
handler in place via the method form instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 10:15:25 +08:00
..
Dockerfile stream: web player with now-playing 2026-07-02 22:46:37 +08:00
index.html stream: let the listener download the current track (/download) 2026-07-03 10:15:25 +08:00
radio.liq stream: fix jingle counter for liquidsoap 2.4.5 (on_track is a method) 2026-07-03 10:15:25 +08:00