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

Spelling fixed.

pull/2/head
Mark McDowall 13 years ago
parent 71c5653b91
commit 413991485f

@ -160,7 +160,7 @@ namespace NzbDrone.Core.Providers
if (reports.Any())
{
notification.CurrentMessage = String.Format("Sorry, couldn't find {0} in a none-suckey quality. (by your standards)", episode);
notification.CurrentMessage = String.Format("Sorry, couldn't find {0} in a non-sucky quality. (by your standards)", episode);
}
else
{

Loading…
Cancel
Save