mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Allow manual downloads
This commit is contained in:
@@ -70,11 +70,11 @@ namespace NzbDrone.Core.DecisionEngine
|
|||||||
|
|
||||||
if (remoteEpisode.Series != null)
|
if (remoteEpisode.Series != null)
|
||||||
{
|
{
|
||||||
|
remoteEpisode.DownloadAllowed = true;
|
||||||
decision = GetDecisionForReport(remoteEpisode, searchCriteria);
|
decision = GetDecisionForReport(remoteEpisode, searchCriteria);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
remoteEpisode.DownloadAllowed = false;
|
|
||||||
decision = new DownloadDecision(remoteEpisode, "Unknown Series");
|
decision = new DownloadDecision(remoteEpisode, "Unknown Series");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user