1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/tests/components/jellyfin/fixtures/get-user-settings.json
2025-06-27 10:31:13 +02:00

20 lines
408 B
JSON

{
"Id": "USER-UUID",
"ViewType": "string",
"SortBy": "string",
"IndexBy": "string",
"RememberIndexing": true,
"PrimaryImageHeight": 0,
"PrimaryImageWidth": 0,
"CustomPrefs": {
"property1": "string",
"property2": "string"
},
"ScrollDirection": "Horizontal",
"ShowBackdrop": true,
"RememberSorting": true,
"SortOrder": "Ascending",
"ShowSidebar": true,
"Client": "emby"
}