Merge pull request #4192 from nielsvanvelzen/generalcommand-sucks

Use GeneralCommandType enum in GeneralCommand
This commit is contained in:
Anthony Lavado
2020-09-23 09:57:45 -04:00
committed by GitHub
5 changed files with 47 additions and 57 deletions

View File

@@ -8,7 +8,7 @@ namespace MediaBrowser.Model.Session
{
public class GeneralCommand
{
public string Name { get; set; }
public GeneralCommandType Name { get; set; }
public Guid ControllingUserId { get; set; }