mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 14:27:06 -04:00
fix wrong adaption of code from Radarr
This commit is contained in:
parent
cb7a0a66c6
commit
02e455b2da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue