mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #6854 from 1337joe/add-customprefs-set
This commit is contained in:
commit
06c82973c6
@ -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…
x
Reference in New Issue
Block a user