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

Fixed spelling in message

pull/1635/merge
Mark McDowall 8 years ago
parent bf5067466d
commit c20b152c28

@ -24,7 +24,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
{
if (file == null)
{
_logger.Debug("File is no longer avaialble, skipping this file.");
_logger.Debug("File is no longer available, skipping this file.");
continue;
}

@ -24,7 +24,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
{
if(file == null)
{
_logger.Debug("File is no longer avaialble, skipping this file.");
_logger.Debug("File is no longer available, skipping this file.");
continue;
}

Loading…
Cancel
Save