mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
parent
a282ad7809
commit
ecfe103c50
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace NzbDrone.Core.DecisionEngine
|
|||
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…
Add table
Add a link
Reference in a new issue