1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00

Allow manual downloads

This commit is contained in:
Mark McDowall
2013-09-20 22:49:54 -07:00
parent 32b287387d
commit c5908c52a5

View File

@@ -70,11 +70,11 @@ namespace NzbDrone.Core.DecisionEngine
if (remoteEpisode.Series != null)
{
remoteEpisode.DownloadAllowed = true;
decision = GetDecisionForReport(remoteEpisode, searchCriteria);
}
else
{
remoteEpisode.DownloadAllowed = false;
decision = new DownloadDecision(remoteEpisode, "Unknown Series");
}
}