aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient/IConnectionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-23 16:06:06 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-23 16:06:06 -0400
commit1fba8d077bf5d6f59483484b8382b200da26fb27 (patch)
tree13cbdff29acae21033b690805b8d809ae9d2ca6d /MediaBrowser.Model/ApiClient/IConnectionManager.cs
parent4fa822c00d9d2781751eae21894ee3de1776e470 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs')
-rw-r--r--MediaBrowser.Model/ApiClient/IConnectionManager.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs
index 6ff48a044..84a815dfc 100644
--- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs
+++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs
@@ -35,7 +35,13 @@ namespace MediaBrowser.Model.ApiClient
/// Occurs when [remote logged out].
/// </summary>
event EventHandler<EventArgs> RemoteLoggedOut;
-
+
+ /// <summary>
+ /// Gets the device.
+ /// </summary>
+ /// <value>The device.</value>
+ IDevice Device { get; }
+
/// <summary>
/// Gets the connect user.
/// </summary>