mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
TagSelect field type
(cherry picked from commit 09347f79c5c486ccb88d732c1bac1cacc668536c)
This commit is contained in:
parent
416104f05d
commit
f8f857376a
6 changed files with 113 additions and 2 deletions
|
@ -102,7 +102,7 @@ namespace Lidarr.Http.ClientSchema
|
|||
Section = fieldAttribute.Section
|
||||
};
|
||||
|
||||
if (fieldAttribute.Type == FieldType.Select)
|
||||
if (fieldAttribute.Type == FieldType.Select || fieldAttribute.Type == FieldType.TagSelect)
|
||||
{
|
||||
if (fieldAttribute.SelectOptionsProviderAction.IsNotNullOrWhiteSpace())
|
||||
{
|
||||
|
|
|
@ -63,7 +63,8 @@ namespace NzbDrone.Core.Annotations
|
|||
Captcha,
|
||||
OAuth,
|
||||
Device,
|
||||
Playlist
|
||||
Playlist,
|
||||
TagSelect
|
||||
}
|
||||
|
||||
public enum HiddenType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue