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

And the same fix for the actual import.

pull/4/head
Taloth Saldono 10 years ago
parent 8438ee0a52
commit 46da14f3bf

@ -36,6 +36,11 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
return Decision.Accept();
}
if (!folderInfo.EpisodeNumbers.Any())
{
return Decision.Accept();
}
if (folderInfo.FullSeason)
{
return Decision.Accept();

Loading…
Cancel
Save