diff --git a/public/audio/SPOTS.mp3 b/public/audio/SPOTS.mp3 new file mode 100644 index 0000000..ca5a0c7 Binary files /dev/null and b/public/audio/SPOTS.mp3 differ diff --git a/src/config.json b/src/config.json index 968d2bb..503322f 100644 --- a/src/config.json +++ b/src/config.json @@ -4,6 +4,7 @@ "playlist": [ { "title": "MF DOOM - Rapp Snitch Knishes", "location": "/audio/Rapp Snitch Knishes.mp3" }, { "title": "Modjo - Lady (Hear Me Tonight)", "location": "/audio/Lady.mp3" }, - { "title": "EVABOY - is there a point (girl u know)", "location": "/audio/is there a point (girl u know).mp3" } + { "title": "EVABOY - is there a point (girl u know)", "location": "/audio/is there a point (girl u know).mp3" }, + { "title": "snuffles - SPOTS", "location": "/audio/SPOTS.mp3" } ] }