1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-27 18:28:19 +00:00

Merge pull request #242 from Thirrian/sort-exception

Add sort key for series "A.D. The Bible Continues"
This commit is contained in:
Mark McDowall 2015-05-05 08:37:49 -07:00
commit 4356da039f

View file

@ -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)