From 8b2556adbafa581788433259d0db9c3ca75924c4 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Fri, 4 Feb 2022 21:27:51 +0100 Subject: [PATCH] Fix display preferences --- MediaBrowser.Model/Dto/DisplayPreferencesDto.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaBrowser.Model/Dto/DisplayPreferencesDto.cs b/MediaBrowser.Model/Dto/DisplayPreferencesDto.cs index 6a4453536e..90163ae91f 100644 --- a/MediaBrowser.Model/Dto/DisplayPreferencesDto.cs +++ b/MediaBrowser.Model/Dto/DisplayPreferencesDto.cs @@ -63,10 +63,10 @@ namespace MediaBrowser.Model.Dto public int PrimaryImageWidth { get; set; } /// - /// Gets the custom prefs. + /// Gets or sets the custom prefs. /// /// The custom prefs. - public Dictionary CustomPrefs { get; } + public Dictionary CustomPrefs { get; set; } /// /// Gets or sets the scroll direction.