Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/c4f8e44f551e240914972d1e956a67b54bcc13b2?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
Missing comma!
pull/2/head
Thirrian 10 years ago
parent b359e1c175
commit c4f8e44f55

@ -8,7 +8,7 @@ namespace NzbDrone.Core.Tv
private readonly static Dictionary<Int32, String> PreComputedTitles = new Dictionary<Int32, String>
{
{ 281588, "a to z" },
{ 266757, "ad trials triumph early church" }
{ 266757, "ad trials triumph early church" },
{ 289260, "ad bible continues"}
};

Loading…
Cancel
Save