mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
added generic remote control commands
This commit is contained in:
@@ -33,7 +33,15 @@ namespace MediaBrowser.Model.Session
|
||||
/// <summary>
|
||||
/// The fullscreen
|
||||
/// </summary>
|
||||
Fullscreen
|
||||
Fullscreen,
|
||||
/// <summary>
|
||||
/// The rewind
|
||||
/// </summary>
|
||||
Rewind,
|
||||
/// <summary>
|
||||
/// The fast forward
|
||||
/// </summary>
|
||||
FastForward
|
||||
}
|
||||
|
||||
public class PlaystateRequest
|
||||
|
||||
Reference in New Issue
Block a user