mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
better way of obtaining clean enum string
This commit is contained in:
parent
6bf773591e
commit
818c2e80f7
4 changed files with 6 additions and 6 deletions
|
@ -80,7 +80,7 @@ namespace PlexRequests.Store
|
|||
|
||||
public static class RequestTypeDisplay
|
||||
{
|
||||
public static string Get(RequestType type)
|
||||
public static string GetString(this RequestType type)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue