mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
Display client version in the dashboard
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