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,4 +1,5 @@

using System;
namespace MediaBrowser.Model.Session
{
/// <summary>
@@ -34,6 +35,8 @@ namespace MediaBrowser.Model.Session
public class PlaystateRequest
{
public Guid UserId { get; set; }
public PlaystateCommand Command { get; set; }
public long? SeekPositionTicks { get; set; }