Fixed an issue where we would add the Sickrage series but it would fail on adding the seasons.

This commit is contained in:
tidusjar 2016-04-05 21:51:52 +01:00
parent 5d1b335d6c
commit f0d44b2788
5 changed files with 18 additions and 22 deletions

View file

@ -47,7 +47,7 @@ namespace PlexRequests.Core.SettingModels
{
return new Dictionary<string, string>() {
{ "default", "Use Deafult" },
{ "sdtv", ">SD TV" },
{ "sdtv", "SD TV" },
{ "sddvd", "SD DVD" },
{ "hdtv", "HD TV" },
{ "rawhdtv", "Raw HD TV" },