mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 07:16:31 +01:00
Add retrieve and save all display prefs
This commit is contained in:
@@ -98,6 +98,10 @@ namespace MediaBrowser.Model.Entities
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [show sidebar]; otherwise, <c>false</c>.</value>
|
||||
public bool ShowSidebar { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the client
|
||||
/// </summary>
|
||||
public string Client { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Increases the size of the image.
|
||||
|
||||
Reference in New Issue
Block a user