mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Converted jobs to dynamic
This commit is contained in:
parent
93402f4932
commit
a4dde81ceb
42 changed files with 166 additions and 170 deletions
|
@ -28,6 +28,6 @@ namespace NzbDrone.Core.Jobs
|
|||
/// this object should be used to update the progress on the UI</param>
|
||||
/// <param name="targetId">The that should be used to limit the target of this job</param>
|
||||
/// /// <param name="secondaryTargetId">The that should be used to limit the target of this job</param>
|
||||
void Start(ProgressNotification notification, int targetId, int secondaryTargetId);
|
||||
void Start(ProgressNotification notification, dynamic options);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue