core/tests/components/jellyfin/fixtures/artists.json

20 lines
394 B
JSON

{
"Items": [
{
"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"
}
]
}