From 4ff9babd7149dae3e6a42f8caa31e58d9e6375d8 Mon Sep 17 00:00:00 2001 From: soaos Date: Tue, 25 Nov 2025 08:43:23 -0500 Subject: Add wake to albums list --- data/albums.json | 7 +++++++ static/assets/music/wake.jpg | Bin 0 -> 46414 bytes 2 files changed, 7 insertions(+) create mode 100644 static/assets/music/wake.jpg diff --git a/data/albums.json b/data/albums.json index 9cb16f4..09569f9 100644 --- a/data/albums.json +++ b/data/albums.json @@ -1,5 +1,12 @@ { "albums": [ + { + "name": "Wake", + "artist": "Hail the Sun", + "genre": "Post-Hardcore", + "cover": "wake.jpg", + "release_group": "2ec6fe49-ead9-4c5a-86d5-619af9794b9f" + }, { "name": "867", "artist": "This is the Glasshouse", diff --git a/static/assets/music/wake.jpg b/static/assets/music/wake.jpg new file mode 100644 index 0000000..d51184d Binary files /dev/null and b/static/assets/music/wake.jpg differ -- cgit v1.2.3