mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 14:37:07 -04:00
Removed extraneous enum hints in dropdown
This commit is contained in:
parent
a037a8dbe2
commit
a3242b4823
1 changed files with 1 additions and 2 deletions
|
@ -174,8 +174,7 @@ namespace Radarr.Http.ClientSchema
|
|||
{
|
||||
Value = value,
|
||||
Name = name,
|
||||
Order = value,
|
||||
Hint = $"({value})"
|
||||
Order = value
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue