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

Merge pull request from Thirrian/sort-exception

Add sort key for series "A.D. The Bible Continues"
pull/238/head
Mark McDowall 10 years ago
commit 4356da039f

@ -9,6 +9,7 @@ namespace NzbDrone.Core.Tv
{
{ 281588, "a to z" },
{ 266757, "ad trials triumph early church" }
{ 289260, "ad bible continues"}
};
public static String Normalize(String title, Int32 tvdbId)

Loading…
Cancel
Save