mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-04 22:24:35 -04:00
Return dashboardTheme when requesting DisplayPreferences
This commit is contained in:
parent
07ee98b65f
commit
a682fc4516
@ -85,6 +85,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
dto.CustomPrefs["skipBackLength"] = displayPreferences.SkipBackwardLength.ToString(CultureInfo.InvariantCulture);
|
dto.CustomPrefs["skipBackLength"] = displayPreferences.SkipBackwardLength.ToString(CultureInfo.InvariantCulture);
|
||||||
dto.CustomPrefs["enableNextVideoInfoOverlay"] = displayPreferences.EnableNextVideoInfoOverlay.ToString(CultureInfo.InvariantCulture);
|
dto.CustomPrefs["enableNextVideoInfoOverlay"] = displayPreferences.EnableNextVideoInfoOverlay.ToString(CultureInfo.InvariantCulture);
|
||||||
dto.CustomPrefs["tvhome"] = displayPreferences.TvHome;
|
dto.CustomPrefs["tvhome"] = displayPreferences.TvHome;
|
||||||
|
dto.CustomPrefs["dashboardTheme"] = displayPreferences.DashboardTheme;
|
||||||
|
|
||||||
// Load all custom display preferences
|
// Load all custom display preferences
|
||||||
var customDisplayPreferences = _displayPreferencesManager.ListCustomItemDisplayPreferences(displayPreferences.UserId, itemId, displayPreferences.Client);
|
var customDisplayPreferences = _displayPreferencesManager.ListCustomItemDisplayPreferences(displayPreferences.UserId, itemId, displayPreferences.Client);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user