mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
sync updates
This commit is contained in:
@@ -144,5 +144,9 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Occurs when [synchronize jobs updated].
|
||||
/// </summary>
|
||||
event EventHandler<GenericEventArgs<List<SyncJob>>> SyncJobsUpdated;
|
||||
/// <summary>
|
||||
/// Occurs when [synchronize job updated].
|
||||
/// </summary>
|
||||
event EventHandler<GenericEventArgs<CompleteSyncJobInfo>> SyncJobUpdated;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user