diff --git a/MediaBrowser.Model/ApiClient/IServerEvents.cs b/MediaBrowser.Model/ApiClient/IServerEvents.cs index f10e920526..0a38c63adc 100644 --- a/MediaBrowser.Model/ApiClient/IServerEvents.cs +++ b/MediaBrowser.Model/ApiClient/IServerEvents.cs @@ -47,7 +47,6 @@ namespace MediaBrowser.Model.ApiClient /// Occurs when [library changed]. /// event EventHandler LibraryChanged; - /// /// Occurs when [browse command]. /// @@ -104,5 +103,10 @@ namespace MediaBrowser.Model.ApiClient /// Occurs when [connected]. /// event EventHandler Connected; + /// + /// Gets a value indicating whether this instance is connected. + /// + /// true if this instance is connected; otherwise, false. + bool IsConnected { get; } } } diff --git a/MediaBrowser.Mono.userprefs b/MediaBrowser.Mono.userprefs index 9f5872eef0..4378247fd4 100644 --- a/MediaBrowser.Mono.userprefs +++ b/MediaBrowser.Mono.userprefs @@ -2,7 +2,7 @@ - +