mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Merge remote-tracking branch 'origin/dynamic-jobs'
This commit is contained in:
commit
db585b3bd7
52 changed files with 292 additions and 208 deletions
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue