aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/PlaystateCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Session/PlaystateCommand.cs')
-rw-r--r--MediaBrowser.Model/Session/PlaystateCommand.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs
index b0dec66d4..d83c6dae5 100644
--- a/MediaBrowser.Model/Session/PlaystateCommand.cs
+++ b/MediaBrowser.Model/Session/PlaystateCommand.cs
@@ -29,7 +29,11 @@ namespace MediaBrowser.Model.Session
/// <summary>
/// The seek
/// </summary>
- Seek
+ Seek,
+ /// <summary>
+ /// The fullscreen
+ /// </summary>
+ Fullscreen
}
public class PlaystateRequest