mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
added IsConnected to IServerEvents
This commit is contained in:
@@ -47,7 +47,6 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Occurs when [library changed].
|
||||
/// </summary>
|
||||
event EventHandler<LibraryChangedEventArgs> LibraryChanged;
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [browse command].
|
||||
/// </summary>
|
||||
@@ -104,5 +103,10 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Occurs when [connected].
|
||||
/// </summary>
|
||||
event EventHandler<EventArgs> Connected;
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance is connected.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is connected; otherwise, <c>false</c>.</value>
|
||||
bool IsConnected { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user