mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* Add full test coverage * Remove unreachable exception * Remove comment line. Conflicting with codecov * Use auto fixture and syrupy
24 lines
670 B
JSON
24 lines
670 B
JSON
{
|
|
"Items": [
|
|
{
|
|
"Album": "ALBUM_NAME",
|
|
"AlbumArtist": "ARTIST",
|
|
"AlbumArtists": [{ "Id": "ARTIST-UUID", "Name": "ARTIST" }],
|
|
"AlbumId": "ALBUM-UUID",
|
|
"AlbumPrimaryImageTag": "string",
|
|
"ArtistItems": [{ "Id": "ARTIST-UUID", "Name": "ARTIST" }],
|
|
"Artists": ["ARTIST"],
|
|
"Id": "TRACK-UUID",
|
|
"ImageTags": { "Primary": "string" },
|
|
"IndexNumber": 1,
|
|
"IsFolder": false,
|
|
"MediaType": "Audio",
|
|
"Name": "TRACK",
|
|
"ParentId": "ALBUM-UUID",
|
|
"Path": "/media/music/MockArtist/MockAlbum/01 - Track - MockAlbum - MockArtist.flac",
|
|
"ServerId": "string",
|
|
"Type": "Audio"
|
|
}
|
|
]
|
|
}
|