core/tests/components/jellyfin/fixtures/get-user-settings.json

20 lines
405 B
JSON

{
"Id": "string",
"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"
}