Enable remote "fullscreen" command

This is really only pseudo-fullscreen, as the js fullscreen API doesn't
allow fullscreen without user interaction.
This commit is contained in:
Tim Hobbs
2014-03-20 12:12:10 -07:00
parent 436d10bef9
commit d5e49f590d
4 changed files with 38 additions and 2 deletions

View File

@@ -29,7 +29,11 @@ namespace MediaBrowser.Model.Session
/// <summary>
/// The seek
/// </summary>
Seek
Seek,
/// <summary>
/// The fullscreen
/// </summary>
Fullscreen
}
public class PlaystateRequest