mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Allow manual downloads
This commit is contained in:
parent
32b287387d
commit
c5908c52a5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue