aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/GenericCommand.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-28 16:36:29 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-28 16:36:29 -0400
commit5e5b1f180c2a13152c8f318f045547c6508c5b3e (patch)
treeac42c23908911099ebc2840bc6b9549de565bab6 /MediaBrowser.Model/Session/GenericCommand.cs
parent57623886b25cd2104f326d5974ff8375ba4964f6 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Model/Session/GenericCommand.cs')
-rw-r--r--MediaBrowser.Model/Session/GenericCommand.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/GenericCommand.cs b/MediaBrowser.Model/Session/GenericCommand.cs
index 3d5e503ef..f7ea0a84a 100644
--- a/MediaBrowser.Model/Session/GenericCommand.cs
+++ b/MediaBrowser.Model/Session/GenericCommand.cs
@@ -7,6 +7,8 @@ namespace MediaBrowser.Model.Session
{
public string Name { get; set; }
+ public string ControllingUserId { get; set; }
+
public Dictionary<string, string> Arguments { get; set; }
public GenericCommand()
@@ -15,6 +17,9 @@ namespace MediaBrowser.Model.Session
}
}
+ /// <summary>
+ /// This exists simply to identify a set of known commands.
+ /// </summary>
public enum CoreGenericCommand
{
MoveUp = 0,