jellyfin/MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
2015-06-10 18:58:34 +01:00

10 lines
156 B
C#

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