mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Fix display preferences
This commit is contained in:
parent
1c14c86b20
commit
8b2556adba
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue