diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-12 13:27:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-12 13:27:53 -0400 |
| commit | b6ca79b73fdae969773935068c175ace43ac778d (patch) | |
| tree | 09b28a93eeb661048c6363d7936aa51244ee375f /MediaBrowser.Model/Session/PlaystateCommand.cs | |
| parent | 3817ff36b0a29a1a411193c53bb1238d230d9056 (diff) | |
control remote players with now playing bar
Diffstat (limited to 'MediaBrowser.Model/Session/PlaystateCommand.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/PlaystateCommand.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs index 91572ba62..6466c6485 100644 --- a/MediaBrowser.Model/Session/PlaystateCommand.cs +++ b/MediaBrowser.Model/Session/PlaystateCommand.cs @@ -31,10 +31,6 @@ namespace MediaBrowser.Model.Session /// </summary> Seek, /// <summary> - /// The fullscreen - /// </summary> - Fullscreen, - /// <summary> /// The rewind /// </summary> Rewind, |
