misc.anonradio: fix sbr title for live now

This commit is contained in:
Cynthia Foxwell 2022-09-09 21:20:17 -06:00
parent 148dd207b9
commit 3baa453bd4
1 changed files with 4 additions and 1 deletions

View File

@ -354,7 +354,10 @@ anonradio.callback = async function (msg, line) {
/\[(\d+)\/(\d+)\/(\d+)\] \((.+?)\): (.+)/
);
if (metadata == "https://archives.anonradio.net") {
if (
metadata == "https://archives.anonradio.net" ||
liveNow.name == "Synth Battle Royale"
) {
title = `${liveNow.name} (\`${dj}\`)`;
} else {
title = `${metadata} (\`${dj}\`)`;