From 2ed4bcffa99eca0e5ab5b4327ba4469e5975d1a3 Mon Sep 17 00:00:00 2001 From: David Keane Date: Wed, 10 Jun 2026 00:51:01 +0100 Subject: [PATCH] fix(v0.5.2-prep): replace retired BAGeL Radio with PopTron in QUICK_IDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BAGeL Radio has been retired from SomaFM (no longer in their public channels.json). The render loop drops missing slugs silently, so the chip just disappeared — David flagged 'stations look a bit off' and the screenshot showed 13 chips instead of 14, wrapping awkwardly as 6+6+1 with ThistleRadio alone. PopTron (alternative / alt-rock) fills the same indie/alt-rock genre slot that BAGeL covered and is currently a live SomaFM channel. One-line edit. --- src/newtab/newtab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newtab/newtab.js b/src/newtab/newtab.js index a7bf28b..37904de 100644 --- a/src/newtab/newtab.js +++ b/src/newtab/newtab.js @@ -75,7 +75,7 @@ const QUICK_IDS = [ 'beatblender', // electronic / breakbeat 'bootliquor', // americana / outlaw country 'u80s', // 80s indie / synthwave (Underground 80s) - 'bagel', // indie / alt-rock (BAGeL Radio) + 'poptron', // alternative / alt-rock (PopTron) — replaces BAGeL Radio (retired by SomaFM) 'thistle', // celtic / folk (ThistleRadio) ];