mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
remove mono compiler directives
This commit is contained in:
@@ -6,6 +6,11 @@ namespace MediaBrowser.Model.ApiClient
|
||||
public ConnectionState State { get; set; }
|
||||
public ServerInfo ServerInfo { get; set; }
|
||||
public IApiClient ApiClient { get; set; }
|
||||
|
||||
public ConnectionResult()
|
||||
{
|
||||
State = ConnectionState.Unavailable;
|
||||
}
|
||||
}
|
||||
|
||||
public enum ConnectionState
|
||||
|
||||
Reference in New Issue
Block a user