소스 검색

Merge pull request #6854 from 1337joe/add-customprefs-set

Cody Robibero 3 년 전
부모
커밋
06c82973c6
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.