Added SeriesSearch and RenameSeries jobs.

Add UI controls for new jobs.
Skip ignored episodes when doing series/season searches.
This commit is contained in:
Mark McDowall
2011-08-22 22:29:12 -07:00
parent 1d1bbd3a23
commit f6c9fa4f95
12 changed files with 275 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ namespace NzbDrone.Core.Providers.Jobs
if (episodeFiles == null || episodeFiles.Count == 0)
{
Logger.Warn("No episodes in database found for series: {0} and season: {1}. No", targetId, secondaryTargetId);
Logger.Warn("No episodes in database found for series: {0} and season: {1}.", targetId, secondaryTargetId);
return;
}