misc.anonradio: fix sbr title for live now
This commit is contained in:
parent
148dd207b9
commit
3baa453bd4
1 changed files with 4 additions and 1 deletions
|
@ -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}\`)`;
|
||||
|
|
Loading…
Reference in a new issue