fix wrong adaption of code from Radarr

pull/7718/head
skydel0 1 month ago
parent cb7a0a66c6
commit 02e455b2da

@ -125,7 +125,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications.RssSync
}
}
if (subject.Episodes.FirstOrDefault(x => x.Id == episode.Id) is { HasFile: true })
if (episode is { HasFile: true })
{
EpisodeHistory availableUsableEpisodeHistoryForCustomFormatScore;

Loading…
Cancel
Save