aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/GeneralCommand.cs
diff options
context:
space:
mode:
authorNiels van Velzen <git@ndat.nl>2020-09-21 16:53:00 +0200
committerNiels van Velzen <git@ndat.nl>2020-09-21 16:56:22 +0200
commit3459655bb401595f62c21513964876b2f4549fed (patch)
treea989229e9119c2c7e009cca8a69321119788404d /MediaBrowser.Model/Session/GeneralCommand.cs
parent7da03d67a74f37734bf26e1b3dbe5a8672c328f9 (diff)
Use GeneralCommandType enum in GeneralCommand name
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommand.cs')
-rw-r--r--MediaBrowser.Model/Session/GeneralCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommand.cs b/MediaBrowser.Model/Session/GeneralCommand.cs
index 9794bd292..77bb6bcf7 100644
--- a/MediaBrowser.Model/Session/GeneralCommand.cs
+++ b/MediaBrowser.Model/Session/GeneralCommand.cs
@@ -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; }