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

Removed unnecessary importlists warning.

(cherry picked from commit a9384e26d86cfe8ae1d29569a708e3db9306abe6)
pull/1798/head
Taloth Saldono 4 years ago committed by Qstick
parent 2fbbeda562
commit 143a133cfd

@ -34,7 +34,7 @@ namespace NzbDrone.Core.ImportLists
if (!importLists.Any())
{
_logger.Warn("No available import lists. check your configuration.");
_logger.Debug("No enabled import lists, skipping.");
return result;
}
@ -86,7 +86,7 @@ namespace NzbDrone.Core.ImportLists
if (importList == null || !definition.EnableAutomaticAdd)
{
_logger.Warn("No available import lists. check your configuration.");
_logger.Debug("Import list not enabled, skipping.");
return result;
}

Loading…
Cancel
Save