mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 11:13:32 +01:00
Added UserId To API Remotecontrol-calls
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user