mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
added new parent methods
This commit is contained in:
@@ -15,6 +15,12 @@ namespace MediaBrowser.Model.Library
|
||||
/// <value><c>true</c> if [include external content]; otherwise, <c>false</c>.</value>
|
||||
public bool IncludeExternalContent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [include hidden].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [include hidden]; otherwise, <c>false</c>.</value>
|
||||
public bool IncludeHidden { get; set; }
|
||||
|
||||
public UserViewQuery()
|
||||
{
|
||||
IncludeExternalContent = true;
|
||||
|
||||
Reference in New Issue
Block a user