Methods
(static) resolveShowBackdrop(userSettings, userConfig) → {boolean}
resolveShowBackdrop: Resolves whether to show backdrop images
Checks JellyRock override setting first, then falls back to web client setting. Ensures a valid boolean is always returned.
Parameters:
| Name | Type | Description |
|---|---|---|
userSettings | object | JellyfinUserSettings node (JellyRock settings) |
userConfig | object | JellyfinUserConfiguration node (web client settings) |
- Source
Returns:
- True to show backdrops, false to hide them
- Type:
- boolean