This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
mirrors
/
jellyfin
mirror da
https://github.com/jellyfin/jellyfin
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Added extra option to ConnectSignupResponse
Scott Lovegrove
10 anni fa
parent
f3b9f1e332
commit
a1e78cbb05
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
+ 1
- 0
MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
Vedi File
@@ -2,6 +2,7 @@
{
public enum ConnectSignupResponse
{
+ Failure,
Success,
EmailInUse,
UsernameInUser