mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
fixes #573 - Support media info for intros
This commit is contained in:
@@ -169,9 +169,8 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// </summary>
|
||||
/// <param name="itemId">The item id.</param>
|
||||
/// <param name="userId">The user id.</param>
|
||||
/// <returns>Task{System.String[]}.</returns>
|
||||
/// <exception cref="ArgumentNullException">id</exception>
|
||||
Task<string[]> GetIntrosAsync(string itemId, string userId);
|
||||
/// <returns>Task{ItemsResult}.</returns>
|
||||
Task<ItemsResult> GetIntrosAsync(string itemId, string userId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a BaseItem
|
||||
|
||||
Reference in New Issue
Block a user