mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 22:47:05 -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,
|
Value = value,
|
||||||
Name = name,
|
Name = name,
|
||||||
Order = value,
|
Order = value
|
||||||
Hint = $"({value})"
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue