mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
check if connect user is active
This commit is contained in:
@@ -11,6 +11,7 @@ namespace MediaBrowser.Controller.Connect
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
}
|
||||
|
||||
public class ConnectUserQuery
|
||||
|
||||
Reference in New Issue
Block a user