mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Added UserId To API Remotecontrol-calls
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user