aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-16 10:22:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-16 10:22:37 -0400
commite9f0ff15a3fe83a3fb24f8ccc5800ff77659bf63 (patch)
treee74bfa2cd6183a8efe567a4d41e5cba93cb758a6
parent28041bf435f97c3442cbcc856799dd7575958352 (diff)
added IsConnected to IServerEvents
-rw-r--r--MediaBrowser.Model/ApiClient/IServerEvents.cs6
-rw-r--r--MediaBrowser.Mono.userprefs2
2 files changed, 6 insertions, 2 deletions
diff --git a/MediaBrowser.Model/ApiClient/IServerEvents.cs b/MediaBrowser.Model/ApiClient/IServerEvents.cs
index f10e92052..0a38c63ad 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].
/// </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; }
}
}
diff --git a/MediaBrowser.Mono.userprefs b/MediaBrowser.Mono.userprefs
index 9f5872eef..4378247fd 100644
--- a/MediaBrowser.Mono.userprefs
+++ b/MediaBrowser.Mono.userprefs
@@ -2,7 +2,7 @@
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release|x86" />
<MonoDevelop.Ide.Workbench ActiveDocument="MediaBrowser.Server.Mono\Program.cs">
<Files>
- <File FileName="MediaBrowser.Server.Mono\Program.cs" Line="82" Column="4" />
+ <File FileName="MediaBrowser.Server.Mono\Program.cs" Line="60" Column="5" />
</Files>
<Pads>
<Pad Id="ProjectPad">