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

23 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
}
]
}