v1.6.0-RC3 — TTS dropdown fix
Pre-release
Pre-release
Release candidate for 1.6.0 — "The House Plays Along".
Fixed
- Admin TTS/media-player dropdowns empty (#502) — the narration engine + speaker pickers (#281) stayed empty on RC2. Since #356 gated
/api/quizify/tts-entitiesbehind the admin token, the dropdown's page-init fetch 401'd before the token arrived over the WebSocket; #501's refetch didn't reliably close the race. The admin-connect WebSocket frame — already admin-authenticated — now carries the TTS-engine and media-player lists directly, so the dropdowns populate with no separate token-gated fetch and no race. The HTTP endpoint stays as a fallback. (PR #503)
Full RC2 → RC3 diff: v1.6.0-RC2...v1.6.0-RC3