mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
41 lines
900 B
JSON
41 lines
900 B
JSON
{
|
|
"multiserver": false,
|
|
"themes": [
|
|
{
|
|
"name": "Apple TV",
|
|
"id": "appletv"
|
|
}, {
|
|
"name": "Blue Radiance",
|
|
"id": "blueradiance"
|
|
}, {
|
|
"name": "Dark",
|
|
"id": "dark",
|
|
"default": true
|
|
}, {
|
|
"name": "Light",
|
|
"id": "light"
|
|
}, {
|
|
"name": "Purple Haze",
|
|
"id": "purplehaze"
|
|
}, {
|
|
"name": "WMC",
|
|
"id": "wmc"
|
|
}
|
|
],
|
|
"servers": [],
|
|
"plugins": [
|
|
"plugins/playAccessValidation/plugin",
|
|
"plugins/experimentalWarnings/plugin",
|
|
"plugins/htmlAudioPlayer/plugin",
|
|
"plugins/htmlVideoPlayer/plugin",
|
|
"plugins/photoPlayer/plugin",
|
|
"plugins/comicsPlayer/plugin",
|
|
"plugins/bookPlayer/plugin",
|
|
"plugins/youtubePlayer/plugin",
|
|
"plugins/backdropScreensaver/plugin",
|
|
"plugins/logoScreensaver/plugin",
|
|
"plugins/sessionPlayer/plugin",
|
|
"plugins/chromecastPlayer/plugin"
|
|
]
|
|
}
|