瀏覽代碼

Fix display preferences

Bond_009 3 年之前
父節點
當前提交
8b2556adba
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.Model/Dto/DisplayPreferencesDto.cs

+ 2 - 2
MediaBrowser.Model/Dto/DisplayPreferencesDto.cs

@@ -63,10 +63,10 @@ namespace MediaBrowser.Model.Dto
         public int PrimaryImageWidth { get; set; }
 
         /// <summary>
-        /// Gets the custom prefs.
+        /// Gets or sets the custom prefs.
         /// </summary>
         /// <value>The custom prefs.</value>
-        public Dictionary<string, string?> CustomPrefs { get; }
+        public Dictionary<string, string?> CustomPrefs { get; set; }
 
         /// <summary>
         /// Gets or sets the scroll direction.