mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Removed extraneous enum hints in dropdown
(cherry picked from commit 91fe47ef31249f23c19a553df569ef6451e6ca5d)
This commit is contained in:
parent
a88f32f15e
commit
c24678d365
1 changed files with 1 additions and 2 deletions
|
@ -170,8 +170,7 @@ namespace Lidarr.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