mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
extract classes
This commit is contained in:
9
MediaBrowser.Model/ApiClient/ConnectionState.cs
Normal file
9
MediaBrowser.Model/ApiClient/ConnectionState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.ApiClient
|
||||
{
|
||||
public enum ConnectionState
|
||||
{
|
||||
Unavailable = 1,
|
||||
ServerSignIn = 2,
|
||||
SignedIn = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user