From 6f30f517de8acb7e32a366d6383cb18f25018b27 Mon Sep 17 00:00:00 2001 From: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:49:54 +0100 Subject: [PATCH] Updates the config for countdown --- config/music.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/music.json b/config/music.json index f15057e59f35d..15adced112fdb 100644 --- a/config/music.json +++ b/config/music.json @@ -37,7 +37,16 @@ "lobbymusic":1 }, { + "comment": "Note that this song will not be available if YT-DLP is unavailable on the host device, and this exists for example and should be removed.", + "title": "Countdown", + "artist": "qwertyquerty", "url":"https://www.youtube.com/watch?v=G2gVAPKlgqA", + "license": { + "title": "AGPL-3.0", + "legal_text": "https://raw.githubusercontent.com/BeeStation/BeeStation-Hornet/master/GPLv3.txt", + "url": "https://www.gnu.org/licenses/agpl-3.0.en.html", + "attribution_required": true + }, "jukebox":1 } ]