From 8497c2926f0ed44423f16479a4a234e36f200b68 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 18 Feb 2015 00:01:13 -0500 Subject: fix episode paging --- MediaBrowser.Model/ApiClient/IConnectionManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs') diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs index 658c71ac5..341df2728 100644 --- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs +++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs @@ -54,6 +54,13 @@ namespace MediaBrowser.Model.ApiClient /// IApiClient. IApiClient GetApiClient(IHasServerId item); + /// + /// Gets the API client. + /// + /// The server identifier. + /// IApiClient. + IApiClient GetApiClient(string serverId); + /// /// Connects the specified cancellation token. /// -- cgit v1.2.3