mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-14 16:11:23 +00:00
Removed extraneous enum hints in dropdown
This commit is contained in:
parent
2dba5ef4b4
commit
91fe47ef31
1 changed files with 1 additions and 2 deletions
|
@ -172,8 +172,7 @@ namespace Sonarr.Http.ClientSchema
|
|||
{
|
||||
Value = value,
|
||||
Name = name,
|
||||
Order = value,
|
||||
Hint = $"({value})"
|
||||
Order = value
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue