* Add full test coverage * Remove unreachable exception * Remove comment line. Conflicting with codecov * Use auto fixture and syrupy
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"Items": [
|
|
{
|
|
"AlbumArtist": "ARTIST",
|
|
"AlbumArtists": [{ "Id": "ARTIST-UUID", "Name": "ARTIST" }],
|
|
"Artists": ["ARTIST"],
|
|
"Id": "ALBUM-UUID",
|
|
"ImageTags": {},
|
|
"IsFolder": true,
|
|
"Name": "ALBUM",
|
|
"PrimaryImageAspectRatio": 1,
|
|
"ServerId": "ServerId",
|
|
"Type": "MusicAlbum"
|
|
}
|
|
]
|
|
}
|