diff options
| author | Niels van Velzen <git@ndat.nl> | 2021-06-18 19:31:47 +0200 |
|---|---|---|
| committer | Niels van Velzen <git@ndat.nl> | 2021-06-22 09:13:14 +0200 |
| commit | 7d46ca931768b02806c72a5c1103e315b10db719 (patch) | |
| tree | f8279cfff3b914331ddd64ace9afce4525b52ab9 /MediaBrowser.Model/QuickConnect/QuickConnectState.cs | |
| parent | c791c3a215b33bd4ca534c9f383c9fd7d23b59af (diff) | |
Refactor Quick Connect
Diffstat (limited to 'MediaBrowser.Model/QuickConnect/QuickConnectState.cs')
| -rw-r--r-- | MediaBrowser.Model/QuickConnect/QuickConnectState.cs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/MediaBrowser.Model/QuickConnect/QuickConnectState.cs b/MediaBrowser.Model/QuickConnect/QuickConnectState.cs deleted file mode 100644 index f1074f25f..000000000 --- a/MediaBrowser.Model/QuickConnect/QuickConnectState.cs +++ /dev/null @@ -1,23 +0,0 @@ -namespace MediaBrowser.Model.QuickConnect -{ - /// <summary> - /// Quick connect state. - /// </summary> - public enum QuickConnectState - { - /// <summary> - /// This feature has not been opted into and is unavailable until the server administrator chooses to opt-in. - /// </summary> - Unavailable = 0, - - /// <summary> - /// The feature is enabled for use on the server but is not currently accepting connection requests. - /// </summary> - Available = 1, - - /// <summary> - /// The feature is actively accepting connection requests. - /// </summary> - Active = 2 - } -} |
