mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
add user profile settings about virtual episodes
This commit is contained in:
@@ -56,6 +56,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public bool IsDisabled { get; set; }
|
||||
|
||||
public bool DisplayVirtualEpisodes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
||||
/// </summary>
|
||||
@@ -63,6 +65,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
IsAdministrator = true;
|
||||
BlockNotRated = false;
|
||||
DisplayVirtualEpisodes = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user