From c8a735bcb1ba71e9501d18b3044aa30793ff97ee Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 24 Oct 2014 00:54:35 -0400 Subject: add LocalFileInfo.Id --- MediaBrowser.Model/ApiClient/IConnectionManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs') diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs index 93aef7a7d..339522b01 100644 --- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs +++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs @@ -43,8 +43,8 @@ namespace MediaBrowser.Model.ApiClient /// Gets the API client. /// /// The item. - /// MediaBrowser.Model.ApiClient.IApiClient. - IApiClient GetApiClient(BaseItemDto item); + /// IApiClient. + IApiClient GetApiClient(IHasServerId item); /// /// Connects the specified cancellation token. -- cgit v1.2.3