From 7e4ae29c5ed6e94fbe173c3dfe6053755abc003b Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 25 Jul 2025 15:48:19 -0400 Subject: [PATCH] Modifying test json file --- tests/IAmWe/album.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/IAmWe/album.json b/tests/IAmWe/album.json index 1587cf8..0e97edf 100644 --- a/tests/IAmWe/album.json +++ b/tests/IAmWe/album.json @@ -10,54 +10,63 @@ "artist": "Kuoth", "disc": 1, "title": "Hypocrite Like the Rest", + "duration": 139, "track": 1 }, { "artist": "Kuoth", "disc": 1, "title": "It's Too Late", + "duration": 116, "track": 2 }, { "artist": "Kuoth", "disc": 1, "title": "Hell Might be Nice", + "duration": 229, "track": 3 }, { "artist": "Kuoth", "disc": 1, "title": "Dark Side of Progress", + "duration": 187, "track": 4 }, { "artist": "Kuoth", "disc": 1, "title": "Distractions", + "duration": 141, "track": 5 }, { "artist": "Kuoth", "disc": 1, "title": "But You Won't Listen", + "duration": 184, "track": 6 }, { "artist": "Kuoth", "disc": 1, "title": "Guidance", + "duration": 121, "track": 7 }, { "artist": "Kuoth", "disc": 1, "title": "M", + "duration": 98, "track": 8 }, { "artist": "Kuoth", "disc": 1, "title": "Social Acceptance", + "duration": 169, "track": 9 } ]