1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

TagSelect field type

This commit is contained in:
Qstick
2020-01-06 23:31:33 -05:00
committed by Mark McDowall
parent 1d02208316
commit 09347f79c5
6 changed files with 114 additions and 3 deletions
@@ -104,7 +104,7 @@ namespace Sonarr.Http.ClientSchema
Section = fieldAttribute.Section
};
if (fieldAttribute.Type == FieldType.Select)
if (fieldAttribute.Type == FieldType.Select || fieldAttribute.Type == FieldType.TagSelect)
{
if (fieldAttribute.SelectOptionsProviderAction.IsNotNullOrWhiteSpace())
{