mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 11:02:23 -04:00
added new remote control commands
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace MediaBrowser.Model.Session
|
||||
{
|
||||
public class MessageCommand
|
||||
{
|
||||
public string Header { get; set; }
|
||||
|
||||
public string Text { get; set; }
|
||||
|
||||
public long? TimeoutMs { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user