Manual search no longer permits downloading releases for which we can't find an episode until we can fix the association logic.

pull/3113/head
Taloth Saldono 9 years ago
parent 77edf53c6a
commit e00ec8b01b

@ -80,7 +80,7 @@ namespace NzbDrone.Core.DecisionEngine
if (remoteEpisode.Series != null)
{
remoteEpisode.DownloadAllowed = true;
remoteEpisode.DownloadAllowed = remoteEpisode.Episodes.Any();
decision = GetDecisionForReport(remoteEpisode, searchCriteria);
}
else

Loading…
Cancel
Save