mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Converted jobs to dynamic
This commit is contained in:
@@ -29,7 +29,7 @@ namespace NzbDrone.Core.Jobs
|
||||
get { return TimeSpan.FromHours(12); }
|
||||
}
|
||||
|
||||
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||
public virtual void Start(ProgressNotification notification, dynamic options)
|
||||
{
|
||||
_sceneNameMappingProvider.UpdateMappings();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user