From bde06629da72a2418921b2e300fdd996f0119b5a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 5 Feb 2015 16:14:08 -0500 Subject: update translations --- MediaBrowser.Model/ApiClient/IApiClient.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Model/ApiClient') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index a7d11d507..03802fc28 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -904,9 +904,8 @@ namespace MediaBrowser.Model.ApiClient /// /// Stops the receiving synchronize job updates. /// - /// The interval ms. /// Task. - Task StopReceivingSyncJobUpdates(int intervalMs); + Task StopReceivingSyncJobUpdates(); /// /// Starts the receiving synchronize jobs updates. @@ -920,9 +919,8 @@ namespace MediaBrowser.Model.ApiClient /// /// Stops the receiving synchronize jobs updates. /// - /// The interval ms. /// Task. - Task StopReceivingSyncJobsUpdates(int intervalMs); + Task StopReceivingSyncJobsUpdates(); /// /// Starts the receiving session updates. -- cgit v1.2.3