mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-07 19:02:11 +01:00
sync updates
This commit is contained in:
@@ -135,5 +135,9 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Occurs when [synchronize job created].
|
||||
/// </summary>
|
||||
event EventHandler<GenericEventArgs<SyncJobCreationResult>> SyncJobCreated;
|
||||
/// <summary>
|
||||
/// Occurs when [synchronize job cancelled].
|
||||
/// </summary>
|
||||
event EventHandler<GenericEventArgs<SyncJob>> SyncJobCancelled;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user