Updated JobProvider to allow jobs with two targets.

JobQueueItem class created instead of using Tuples.
Added Search for Season and Rename Season jobs , plus links for them on Series/Details.
Add GetSeasonFiles added to MediaFileProvider.
This commit is contained in:
Mark McDowall 2011-08-21 17:48:37 -07:00
commit 350e0388de
32 changed files with 454 additions and 108 deletions

View file

@ -35,7 +35,7 @@ namespace NzbDrone.Core.Providers.Jobs
get { return 60; }
}
public virtual void Start(ProgressNotification notification, int targetId)
public virtual void Start(ProgressNotification notification, int targetId, int secondaryTargetId)
{
IList<Series> seriesToScan;
if (targetId == 0)