updated nuget

This commit is contained in:
Luke Pulverenti
2014-03-23 18:21:49 -04:00
parent c9ca62329e
commit 787f5e8382
7 changed files with 58 additions and 152 deletions

View File

@@ -1030,7 +1030,7 @@ namespace MediaBrowser.Model.ApiClient
/// <param name="timer">The timer.</param>
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>Task.</returns>
Task CreateLiveTvTimerAsync(TimerInfoDto timer, CancellationToken cancellationToken);
Task CreateLiveTvTimerAsync(BaseTimerInfoDto timer, CancellationToken cancellationToken);
/// <summary>
/// Updates the live tv timer asynchronous.