Added test and moved test files

This commit is contained in:
phoenix
2025-03-25 22:13:50 -04:00
parent 63bc041f0b
commit f70359c04d
9 changed files with 62 additions and 2 deletions
-31
View File
@@ -1,31 +0,0 @@
{
"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
}
]
}