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

Manual search no longer permits downloading releases for which we can't find an episode until we can fix the association logic.

pull/2/head
Taloth Saldono 10 years ago
parent 77edf53c6a
commit e00ec8b01b

@ -80,7 +80,7 @@ namespace NzbDrone.Core.DecisionEngine
if (remoteEpisode.Series != null)
{
remoteEpisode.DownloadAllowed = true;
remoteEpisode.DownloadAllowed = remoteEpisode.Episodes.Any();
decision = GetDecisionForReport(remoteEpisode, searchCriteria);
}
else

Loading…
Cancel
Save