mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Add GPL modules
This commit is contained in:
9
MediaBrowser.Model/Querying/UserQuery.cs
Normal file
9
MediaBrowser.Model/Querying/UserQuery.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.Querying
|
||||
{
|
||||
public class UserQuery
|
||||
{
|
||||
public bool? IsHidden { get; set; }
|
||||
public bool? IsDisabled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user