Fixed: Re-Enable Indexer Flags for Torrent Indexers

This commit is contained in:
Qstick
2020-01-06 23:31:33 -05:00
parent 68ea6fbb4f
commit e0f591ebe3
15 changed files with 132 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ namespace Radarr.Http.ClientSchema
Section = fieldAttribute.Section
};
if (fieldAttribute.Type == FieldType.Select)
if (fieldAttribute.Type == FieldType.Select || fieldAttribute.Type == FieldType.TagSelect)
{
field.SelectOptions = GetSelectOptions(fieldAttribute.SelectOptions);
}