mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
updated nuget
This commit is contained in:
10
MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
Normal file
10
MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
namespace MediaBrowser.Model.ApiClient
|
||||
{
|
||||
public class ConnectSignupResponse
|
||||
{
|
||||
public bool IsSuccessful { get; set; }
|
||||
public bool IsEmailInUse { get; set; }
|
||||
public bool IsUsernameInUse { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user