Converted jobs to dynamic

This commit is contained in:
Mark McDowall
2012-09-10 12:04:17 -07:00
parent 93402f4932
commit a4dde81ceb
42 changed files with 166 additions and 170 deletions
+1 -1
View File
@@ -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();
}