mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-01 05:24:01 +00:00
Removed extraneous enum hints in dropdown
(cherry picked from commit 91fe47ef31249f23c19a553df569ef6451e6ca5d)
This commit is contained in:
@@ -171,8 +171,7 @@ namespace Readarr.Http.ClientSchema
|
||||
{
|
||||
Value = value,
|
||||
Name = name,
|
||||
Order = value,
|
||||
Hint = $"({value})"
|
||||
Order = value
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user