diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-07 08:43:44 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-07 08:43:44 -0500 |
| commit | 49c0878a4b295e7882613b989953f2c753fc8bca (patch) | |
| tree | 75853ae99bd2d6a51b21945b56ed30fec6a69aaf /MediaBrowser.Model/ApiClient/IApiClient.cs | |
| parent | cf0875ef6c3b36f3dae9f3effbc147f763e8614a (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 8b489453e..9eb4af206 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -1511,6 +1511,6 @@ namespace MediaBrowser.Model.ApiClient /// <param name="parentId">The parent identifier.</param> /// <param name="category">The category.</param> /// <returns>Task<SyncOptions>.</returns> - Task<SyncOptions> GetSyncOptions(IEnumerable<string> itemIds, string userId, string parentId = null, SyncCategory? category = null); + Task<SyncDialogOptions> GetSyncOptions(IEnumerable<string> itemIds, string userId, string parentId = null, SyncCategory? category = null); } }
\ No newline at end of file |
