mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 17:47:08 +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:
commit
4356da039f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ public static class SeriesTitleNormalizer
|
||||||
{
|
{
|
||||||
{ 281588, "a to z" },
|
{ 281588, "a to z" },
|
||||||
{ 266757, "ad trials triumph early church" }
|
{ 266757, "ad trials triumph early church" }
|
||||||
|
{ 289260, "ad bible continues"}
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String Normalize(String title, Int32 tvdbId)
|
public static String Normalize(String title, Int32 tvdbId)
|
||||||
|
|
Loading…
Reference in a new issue