mirror of https://github.com/home-assistant/core
16 lines
313 B
JSON
16 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"
|
|
}
|