better way of obtaining clean enum string

This commit is contained in:
Drewster727 2016-06-22 11:27:09 -05:00
parent 6bf773591e
commit 818c2e80f7
4 changed files with 6 additions and 6 deletions

View file

@ -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)
{