1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-23 23:29:37 +00:00

Removed extraneous enum hints in dropdown

(cherry picked from commit 91fe47ef31249f23c19a553df569ef6451e6ca5d)
This commit is contained in:
Taloth Saldono 2021-05-15 22:05:50 +02:00 committed by Qstick
parent a88f32f15e
commit c24678d365

View file

@ -170,8 +170,7 @@ private static List<SelectOption> GetSelectOptions(Type selectOptions)
{
Value = value,
Name = name,
Order = value,
Hint = $"({value})"
Order = value
};
}
});