mirror of https://github.com/lidarr/Lidarr
Allow manual downloads
This commit is contained in:
parent
32b287387d
commit
c5908c52a5
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue