hass-core/tests/components/jellyfin/fixtures/artist.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

15 lines
313 B
JSON

{
"AlbumCount": 1,
"Id": "ARTIST-UUID",
"ImageTags": {
"Logo": "string",
"Primary": "string"
},
"IsFolder": true,
"Name": "ARTIST",
"ParentId": "MUSIC-COLLECTION-FOLDER-UUID",
"Path": "/media/music/artist",
"PrimaryImageAspectRatio": 1,
"ServerId": "string",
"Type": "MusicArtist"
}