Add setter for CustomPrefs

This commit is contained in:
Joe Rogers 2021-11-15 22:03:19 +01:00
parent 03435641c8
commit ca99a27611
No known key found for this signature in database
GPG Key ID: 0074AD57B8FDBBB4
1 changed files with 2 additions and 2 deletions

View File

@ -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.