1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-16 21:15:28 -04:00

Removed extraneous enum hints in dropdown

This commit is contained in:
Taloth Saldono
2021-05-15 22:05:50 +02:00
committed by Taloth
parent 2dba5ef4b4
commit 91fe47ef31

View File

@@ -172,8 +172,7 @@ namespace Sonarr.Http.ClientSchema
{
Value = value,
Name = name,
Order = value,
Hint = $"({value})"
Order = value
};
}
});