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

Remove confusing warning about file not being loaded.

Leonardo Galli 8 years ago
parent 76db305ffa
commit ca78cc5c3c

@ -60,7 +60,7 @@ namespace NzbDrone.Core.MediaFiles
}
else
{
_logger.Warn("The existing movie file was not lazy loaded.");
//_logger.Warn("The existing movie file was not lazy loaded.");
}

Loading…
Cancel
Save