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

Fixed: Old Plex ValidationFailure message ()

pull/1782/head
Sandro Stikić 8 years ago committed by Leonardo Galli
parent ac5732536d
commit 0892f20298

@ -203,7 +203,7 @@ namespace NzbDrone.Core.Notifications.Plex
if (sections.Empty())
{
return new ValidationFailure("Host", "At least one TV library is required");
return new ValidationFailure("Host", "At least one movie library is required");
}
}
catch(PlexAuthenticationException ex)

Loading…
Cancel
Save