From d1b0136c16ac23ed44ce92896417291a235bb83c Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 24 Mar 2025 18:14:08 -0400 Subject: [PATCH] Updated test album file --- tests/sample2_tracks/album.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/tests/sample2_tracks/album.json b/tests/sample2_tracks/album.json index e69de29..9fa29ff 100644 --- a/tests/sample2_tracks/album.json +++ b/tests/sample2_tracks/album.json @@ -0,0 +1,31 @@ +{ + "album": "Sample Tracks 2", + "album_artist": "KD", + "genre": "Country", + "year": 2025, + "track_count": 3, + "disc_count": 1, + "tracks": [ + { + "title": "Uh huh", + "artist": "KD", + "disc": 1, + "track": 1, + "duration": 32 + }, + { + "title": "Bold and brash", + "artist": "KD", + "disc": 1, + "track": 2, + "duration": 37 + }, + { + "title": "How does this work?", + "artist": "KD", + "disc": 1, + "track": 3, + "duration": 46 + } + ] +}