1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Frontend Placeholders from the Backend

(cherry picked from commit 69f5963f6f1e80e3f598bdb13792b7413fcc13b1)
This commit is contained in:
Robin Dadswell
2021-11-14 21:49:21 +00:00
committed by Mark McDowall
parent 94b5d23094
commit 720fc2818f
4 changed files with 8 additions and 1 deletions
@@ -119,7 +119,8 @@ namespace Sonarr.Http.ClientSchema
Advanced = fieldAttribute.Advanced,
Type = fieldAttribute.Type.ToString().FirstCharToLower(),
Section = fieldAttribute.Section,
Privacy = fieldAttribute.Privacy
Privacy = fieldAttribute.Privacy,
Placeholder = fieldAttribute.Placeholder
};
if (fieldAttribute.Type == FieldType.Select || fieldAttribute.Type == FieldType.TagSelect)