From 1799e4e098ce2e54d679395c412082f38f6660e2 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 12 Sep 2022 10:57:41 -0400 Subject: [PATCH] Fix newgrounds music link --- data/music.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/music.json b/data/music.json index 6258f97..84ced7a 100644 --- a/data/music.json +++ b/data/music.json @@ -10,7 +10,7 @@ { "title": "you call this a town theme?", "filename": "test.opus", - "newgrounds_url": "google.com" + "newgrounds_url": "https://www.newgrounds.com/audio/listen/1153899" } ] }