updated nuget

This commit is contained in:
Luke Pulverenti
2013-08-21 18:12:42 -04:00
parent 183e5836b0
commit 74393ee59b
4 changed files with 8 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ namespace MediaBrowser.Model.ApiClient
/// <param name="itemId">The item id.</param>
/// <param name="inheritFromParents">if set to <c>true</c> [inherit from parents].</param>
/// <returns>Task{ThemeMediaResult}.</returns>
Task<ThemeMediaResult> GetThemeSongsAsync(string userId, string itemId, bool inheritFromParents);
Task<ThemeMediaResult> GetThemeSongsAsync(string userId, string itemId, bool inheritFromParents, CancellationToken cancellationToken);
/// <summary>
/// Gets the search hints async.
@@ -62,7 +62,7 @@ namespace MediaBrowser.Model.ApiClient
/// <param name="itemId">The item id.</param>
/// <param name="inheritFromParents">if set to <c>true</c> [inherit from parents].</param>
/// <returns>Task{ThemeMediaResult}.</returns>
Task<ThemeMediaResult> GetThemeVideosAsync(string userId, string itemId, bool inheritFromParents);
Task<ThemeMediaResult> GetThemeVideosAsync(string userId, string itemId, bool inheritFromParents, CancellationToken cancellationToken);
/// <summary>
/// Gets all theme media async.
@@ -71,7 +71,7 @@ namespace MediaBrowser.Model.ApiClient
/// <param name="itemId">The item id.</param>
/// <param name="inheritFromParents">if set to <c>true</c> [inherit from parents].</param>
/// <returns>Task{AllThemeMediaResult}.</returns>
Task<AllThemeMediaResult> GetAllThemeMediaAsync(string userId, string itemId, bool inheritFromParents);
Task<AllThemeMediaResult> GetAllThemeMediaAsync(string userId, string itemId, bool inheritFromParents, CancellationToken cancellationToken);
/// <summary>
/// Marks the notifications read.