mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
update server sync
This commit is contained in:
@@ -1519,11 +1519,8 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <summary>
|
||||
/// Gets the synchronize options.
|
||||
/// </summary>
|
||||
/// <param name="userId">The user identifier.</param>
|
||||
/// <param name="itemIds">The item ids.</param>
|
||||
/// <param name="parentId">The parent identifier.</param>
|
||||
/// <param name="category">The category.</param>
|
||||
/// <param name="jobInfo">The job information.</param>
|
||||
/// <returns>Task<SyncOptions>.</returns>
|
||||
Task<SyncDialogOptions> GetSyncOptions(IEnumerable<string> itemIds, string userId, string parentId = null, SyncCategory? category = null);
|
||||
Task<SyncDialogOptions> GetSyncOptions(SyncJobRequest jobInfo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user