Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/c5908c52a56d8b79cb8ea2961680f134c2c2503d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Allow manual downloads

pull/3113/head
Mark McDowall 12 years ago
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…
Cancel
Save