hass-core/tests/components/jellyfin/fixtures/albums.json
Jan Stienstra 1aecbb9bd5
Add full test coverage to Jellyfin (#86974)
* Add full test coverage

* Remove unreachable exception

* Remove comment line. Conflicting with codecov

* Use auto fixture and syrupy
2023-07-07 08:42:02 -04:00

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"
}
]
}