mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 14:03:45 +01:00
* Add full test coverage * Remove unreachable exception * Remove comment line. Conflicting with codecov * Use auto fixture and syrupy
24 lines
576 B
JSON
24 lines
576 B
JSON
{
|
|
"title": "Jellyfin",
|
|
"media_class": "directory",
|
|
"media_content_type": "",
|
|
"media_content_id": "media-source://jellyfin",
|
|
"children_media_class": "directory",
|
|
"can_play": false,
|
|
"can_expand": true,
|
|
"thumbnail": null,
|
|
"not_shown": 0,
|
|
"children": [
|
|
{
|
|
"title": "COLLECTION FOLDER",
|
|
"media_class": "directory",
|
|
"media_content_type": "",
|
|
"media_content_id": "media-source://jellyfin/COLLECTION-FOLDER-UUID",
|
|
"children_media_class": null,
|
|
"can_play": false,
|
|
"can_expand": true,
|
|
"thumbnail": null
|
|
}
|
|
]
|
|
}
|