mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
post release housecleaning
This commit is contained in:
@@ -6,12 +6,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// </summary>
|
||||
public class UserConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is administrator.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is administrator; otherwise, <c>false</c>.</value>
|
||||
public bool IsAdministrator { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the audio language preference.
|
||||
/// </summary>
|
||||
@@ -53,7 +47,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public string[] LatestItemsExcludes { get; set; }
|
||||
|
||||
public bool HasMigratedToPolicy { get; set; }
|
||||
public bool HidePlayedInLatest { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user