diora-web/templates
marwin 9e08079dec
All checks were successful
Build and push Docker image / build (push) Successful in 11s
Test / test (push) Successful in 17s
Fix stream player autoplay: handle blocked play() promise
window.open() doesn't transfer the user gesture to the new tab, so autoplay
is blocked. Previously play().catch(()=>{}) swallowed the error silently while
setting playing=true, leaving the UI in a broken state.

Now: if play() rejects, reset state and show "Click Play to start". The user's
click on the Play button IS a user gesture, so it succeeds on the second attempt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 10:39:43 +01:00
..
accounts Add podcast feature with feed management, Docker cron, and ebook reader assets 2026-03-19 13:39:59 +01:00
radio Fix stream player autoplay: handle blocked play() promise 2026-03-22 10:39:43 +01:00
base.html Show build time in bottom-right corner 2026-03-19 21:35:41 +01:00