Use GeneralCommandType enum in GeneralCommand name

This commit is contained in:
Niels van Velzen
2020-09-21 16:53:00 +02:00
parent 7da03d67a7
commit 3459655bb4
5 changed files with 53 additions and 53 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; }