mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-15 21:03:56 +01:00
Removed extraneous enum hints in dropdown
This commit is contained in:
parent
5f197800fc
commit
d93923f4b4
1 changed files with 1 additions and 2 deletions
|
|
@ -172,8 +172,7 @@ private static List<SelectOption> GetSelectOptions(Type selectOptions)
|
|||
{
|
||||
Value = value,
|
||||
Name = name,
|
||||
Order = value,
|
||||
Hint = $"({value})"
|
||||
Order = value
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue