mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
Merge pull request #748 from timhobbs/master
Enable remote "fullscreen"
This commit is contained in:
commit
72917cc0b7
@ -131,7 +131,7 @@ namespace MediaBrowser.Api
|
|||||||
/// Gets or sets the play command.
|
/// Gets or sets the play command.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The play command.</value>
|
/// <value>The play command.</value>
|
||||||
[ApiMember(Name = "Command", Description = "The command to send - stop, pause, unpause, nexttrack, previoustrack, seek.", IsRequired = true, DataType = "string", ParameterType = "path", Verb = "POST")]
|
[ApiMember(Name = "Command", Description = "The command to send - stop, pause, unpause, nexttrack, previoustrack, seek, fullscreen.", IsRequired = true, DataType = "string", ParameterType = "path", Verb = "POST")]
|
||||||
public PlaystateCommand Command { get; set; }
|
public PlaystateCommand Command { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,7 +29,11 @@ namespace MediaBrowser.Model.Session
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The seek
|
/// The seek
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Seek
|
Seek,
|
||||||
|
/// <summary>
|
||||||
|
/// The fullscreen
|
||||||
|
/// </summary>
|
||||||
|
Fullscreen
|
||||||
}
|
}
|
||||||
|
|
||||||
public class PlaystateRequest
|
public class PlaystateRequest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user