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