Added UserId To API Remotecontrol-calls

This commit is contained in:
7illusions
2014-03-08 22:36:12 +01:00
parent c25610e0d5
commit b7b8cb5084
6 changed files with 74 additions and 4 deletions

View File

@@ -1,8 +1,11 @@

using System;
namespace MediaBrowser.Model.Session
{
public class MessageCommand
{
{
public Guid UserId { get; set; }
public string Header { get; set; }
public string Text { get; set; }