This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
mirrors
/
jellyfin
kopia lustrzana
https://github.com/jellyfin/jellyfin
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Added extra option to ConnectSignupResponse
Scott Lovegrove
10 lat temu
rodzic
f3b9f1e332
commit
a1e78cbb05
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
+ 1
- 0
MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
Wyświetl plik
@@ -2,6 +2,7 @@
{
public enum ConnectSignupResponse
{
+ Failure,
Success,
EmailInUse,
UsernameInUser