This commit is contained in:
Cynthia Foxwell 2022-12-18 15:01:50 -07:00
parent a3cf7aabee
commit f77466831b
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ async function updateNowPlaying() {
lines = lines.slice(4, lines.length - 2);
const line = lines[0];
if (!line) return;
const [_, _time, id, name] = line.match(/^(.{3,4} .{4})\s+(.+?) {2}(.+?)$/);
const liveNow = {name: "ident", id: "aNONradio"};