mirror of
https://github.com/Radarr/Radarr
synced 2025-12-24 09:13:45 +01:00
parent
a282ad7809
commit
ecfe103c50
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ private IEnumerable<DownloadDecision> GetMovieDecisions(List<ReleaseInfo> report
|
|||
if (remoteEpisode.Movie == null)
|
||||
{
|
||||
//remoteEpisode.DownloadAllowed = true; //Fuck you :)
|
||||
decision = GetDecisionForReport(remoteEpisode, searchCriteria);
|
||||
//decision = GetDecisionForReport(remoteEpisode, searchCriteria);
|
||||
decision = new DownloadDecision(remoteEpisode, new Rejection("Unknown release. Movie not Found."));
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue