This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
mirrors
/
jellyfin
同期ミラー
https://github.com/jellyfin/jellyfin
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Added extra option to ConnectSignupResponse
Scott Lovegrove
10 年 前
親
f3b9f1e332
コミット
a1e78cbb05
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
+ 1
- 0
MediaBrowser.Model/ApiClient/ConnectSignupResponse.cs
ファイルの表示
@@ -2,6 +2,7 @@
{
public enum ConnectSignupResponse
{
+ Failure,
Success,
EmailInUse,
UsernameInUser