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

Fixed: Recycle bin log message

(cherry picked from commit 9e1b799fb74c341510d6da98f9f658d642b25c02)
pull/1550/head
Mark McDowall 3 years ago committed by bakerboy448
parent a677098f0f
commit cf0a15a308

@ -90,7 +90,7 @@ namespace NzbDrone.Core.MediaFiles
try
{
_logger.Debug("Creating folder [0]", destinationFolder);
_logger.Debug("Creating folder {0}", destinationFolder);
_diskProvider.CreateFolder(destinationFolder);
}
catch (IOException e)

Loading…
Cancel
Save