mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Merge remote-tracking branch 'origin/dynamic-jobs'
This commit is contained in:
@@ -49,7 +49,7 @@ namespace NzbDrone.Core.Jobs
|
||||
get { return TimeSpan.FromMinutes(_configProvider.RssSyncInterval); }
|
||||
}
|
||||
|
||||
public void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
|
||||
public void Start(ProgressNotification notification, dynamic options)
|
||||
{
|
||||
var reports = new List<EpisodeParseResult>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user