Merge pull request #244 from Thirrian/sort-exception-fix

Fix for #242
This commit is contained in:
Mark McDowall 2015-05-05 09:44:50 -07:00
commit a184021621
1 changed files with 1 additions and 1 deletions

View File

@ -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"}
};