updated nuget

This commit is contained in:
Luke Pulverenti
2015-03-23 16:06:06 -04:00
parent 4fa822c00d
commit 1fba8d077b
6 changed files with 41 additions and 25 deletions

View File

@@ -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>