diora-web/radio
Marwin Schulz a314643588
All checks were successful
Build and push Docker image / build (push) Successful in 12s
Test / test (push) Successful in 15s
Fix JS crash: serialize saved_stations/featured_stations to proper JSON
Python booleans (True/False) in saved_stations (is_favorite field) and
history (scrobbled field) were being rendered literally into JS via
|safe, causing 'True is not defined' ReferenceError that broke all JS
including book loading.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 12:58:38 +01:00
..
migrations Add Django admin, FeaturedStation model, crmfrsh is superuser 2026-03-16 21:01:51 +01:00
__init__.py Initial commit 2026-03-16 19:19:22 +01:00
admin.py Add Django admin, FeaturedStation model, crmfrsh is superuser 2026-03-16 21:01:51 +01:00
icy.py Initial commit 2026-03-16 19:19:22 +01:00
lastfm.py Initial commit 2026-03-16 19:19:22 +01:00
models.py Add Django admin, FeaturedStation model, crmfrsh is superuser 2026-03-16 21:01:51 +01:00
urls.py Add history delete button and Truckers FM station 2026-03-16 20:16:30 +01:00
views.py Fix JS crash: serialize saved_stations/featured_stations to proper JSON 2026-03-20 12:58:38 +01:00