jellyfin/MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
2015-06-10 19:02:42 +01:00

11 lines
173 B
C#

namespace MediaBrowser.Model.ApiClient
{
public enum ConnectSignupResponse
{
Failure,
Success,
EmailInUse,
UsernameInUser
}
}