diff --git a/MediaBrowser.Model/Dto/DisplayPreferencesDto.cs b/MediaBrowser.Model/Dto/DisplayPreferencesDto.cs
index 6a4453536..90163ae91 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.