Check sab queue now takes quality into consideration

This commit is contained in:
kay.one 2012-01-19 21:37:08 -08:00
commit 9acfb7330c
15 changed files with 202 additions and 287 deletions

View file

@ -115,7 +115,7 @@ namespace NzbDrone.Core.Providers
if (parseResult == null)
return null;
parseResult.CleanTitle = series.Title; //replaces the nasty path as title to help with logging
parseResult.SeriesTitle = series.Title; //replaces the nasty path as title to help with logging
parseResult.Series = series;
var episodes = _episodeProvider.GetEpisodesByParseResult(parseResult);