From 1fba8d077bf5d6f59483484b8382b200da26fb27 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 23 Mar 2015 16:06:06 -0400 Subject: updated nuget --- MediaBrowser.Model/ApiClient/IConnectionManager.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs') 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]. /// event EventHandler RemoteLoggedOut; - + + /// + /// Gets the device. + /// + /// The device. + IDevice Device { get; } + /// /// Gets the connect user. /// -- cgit v1.2.3