mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated.
This commit is contained in:
parent
1f2a1e3206
commit
a56213047f
2 changed files with 59 additions and 9 deletions
|
@ -150,8 +150,7 @@ namespace NzbDrone.Core.Providers
|
|||
}
|
||||
notification.CurrentMessage = "Searching for " + episode;
|
||||
|
||||
|
||||
var series = episode.Series;
|
||||
var series = _seriesProvider.GetSeries(episode.SeriesId);
|
||||
|
||||
var indexers = _indexerProvider.GetEnabledIndexers();
|
||||
var reports = new List<EpisodeParseResult>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue