mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
History stores SeriesId now
This commit is contained in:
parent
30a24fd0b4
commit
cdc9098ac7
4 changed files with 1 additions and 6 deletions
|
@ -45,8 +45,6 @@ namespace NzbDrone.Core.Indexers
|
|||
.ThenBy(c => c.Episodes.Select(e => e.EpisodeNumber).MinOrDefault())
|
||||
.ThenBy(c => c.Report.Age);
|
||||
|
||||
|
||||
|
||||
foreach (var episodeParseResult in qualifiedReports)
|
||||
{
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue