mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
update translations
This commit is contained in:
@@ -203,6 +203,13 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <exception cref="ArgumentNullException">id</exception>
|
||||
Task<BaseItemDto> GetItemAsync(string id, string userId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the latest items.
|
||||
/// </summary>
|
||||
/// <param name="query">The query.</param>
|
||||
/// <returns>Task<QueryResult<BaseItemDto>>.</returns>
|
||||
Task<QueryResult<BaseItemDto>> GetLatestItems(LatestItemsQuery query);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the intros async.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user