mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
fix episode paging
This commit is contained in:
@@ -54,6 +54,13 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <returns>IApiClient.</returns>
|
||||
IApiClient GetApiClient(IHasServerId item);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the API client.
|
||||
/// </summary>
|
||||
/// <param name="serverId">The server identifier.</param>
|
||||
/// <returns>IApiClient.</returns>
|
||||
IApiClient GetApiClient(string serverId);
|
||||
|
||||
/// <summary>
|
||||
/// Connects the specified cancellation token.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user