diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-05 16:14:08 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-05 16:14:08 -0500 |
| commit | bde06629da72a2418921b2e300fdd996f0119b5a (patch) | |
| tree | f0d7f15d0a1fcb2d0560845645eb896059354663 /MediaBrowser.Model/ApiClient | |
| parent | 7d415fc2fd8c76ba25c2bdb40347d1e0d17ad99f (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Model/ApiClient')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 6 |
1 files changed, 2 insertions, 4 deletions
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 /// <summary> /// Stops the receiving synchronize job updates. /// </summary> - /// <param name="intervalMs">The interval ms.</param> /// <returns>Task.</returns> - Task StopReceivingSyncJobUpdates(int intervalMs); + Task StopReceivingSyncJobUpdates(); /// <summary> /// Starts the receiving synchronize jobs updates. @@ -920,9 +919,8 @@ namespace MediaBrowser.Model.ApiClient /// <summary> /// Stops the receiving synchronize jobs updates. /// </summary> - /// <param name="intervalMs">The interval ms.</param> /// <returns>Task.</returns> - Task StopReceivingSyncJobsUpdates(int intervalMs); + Task StopReceivingSyncJobsUpdates(); /// <summary> /// Starts the receiving session updates. |
