mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
Fixed an issue where we would add the Sickrage series but it would fail on adding the seasons.
This commit is contained in:
parent
5d1b335d6c
commit
f0d44b2788
5 changed files with 18 additions and 22 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue