Procházet zdrojové kódy

Add setter for CustomPrefs

Joe Rogers před 3 roky
rodič
revize
ca99a27611
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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; }
         public int PrimaryImageWidth { get; set; }
 
 
         /// <summary>
         /// <summary>
-        /// Gets the custom prefs.
+        /// Gets or sets the custom prefs.
         /// </summary>
         /// </summary>
         /// <value>The custom prefs.</value>
         /// <value>The custom prefs.</value>
-        public Dictionary<string, string?> CustomPrefs { get; }
+        public Dictionary<string, string?> CustomPrefs { get; set; }
 
 
         /// <summary>
         /// <summary>
         /// Gets or sets the scroll direction.
         /// Gets or sets the scroll direction.