updated nuget

This commit is contained in:
Luke Pulverenti
2015-03-16 14:48:52 -04:00
parent 06286eb164
commit d073be0f6c
5 changed files with 13 additions and 6 deletions

View File

@@ -145,6 +145,13 @@ namespace MediaBrowser.Model.ApiClient
/// <returns>Task.</returns>
Task ExchangePin(PinCreationResult pin);
/// <summary>
/// Gets the server information.
/// </summary>
/// <param name="id">The identifier.</param>
/// <returns>Task&lt;ServerInfo&gt;.</returns>
Task<ServerInfo> GetServerInfo(string id);
/// <summary>
/// Gets the available servers.
/// </summary>