updated nuget

This commit is contained in:
Luke Pulverenti
2015-02-07 08:43:44 -05:00
parent cf0875ef6c
commit 49c0878a4b
12 changed files with 61 additions and 56 deletions

View File

@@ -1511,6 +1511,6 @@ namespace MediaBrowser.Model.ApiClient
/// <param name="parentId">The parent identifier.</param>
/// <param name="category">The category.</param>
/// <returns>Task&lt;SyncOptions&gt;.</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);
}
}