diff options
| author | telans <telans@protonmail.com> | 2020-06-14 22:14:14 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-15 10:45:59 +1200 |
| commit | 9b528aabc24c786c8617a9f87c2ce1eaba2c0b15 (patch) | |
| tree | 78dd756e631d8e65da514658d85bceb550d2991a /MediaBrowser.Model/SyncPlay/SendCommandType.cs | |
| parent | 3d9049ef08b797c270dea7d1f64d2806a65be953 (diff) | |
misc
Diffstat (limited to 'MediaBrowser.Model/SyncPlay/SendCommandType.cs')
| -rw-r--r-- | MediaBrowser.Model/SyncPlay/SendCommandType.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/SyncPlay/SendCommandType.cs b/MediaBrowser.Model/SyncPlay/SendCommandType.cs index 113719871..86dec9e90 100644 --- a/MediaBrowser.Model/SyncPlay/SendCommandType.cs +++ b/MediaBrowser.Model/SyncPlay/SendCommandType.cs @@ -9,10 +9,12 @@ namespace MediaBrowser.Model.SyncPlay /// The play command. Instructs users to start playback. /// </summary> Play = 0, + /// <summary> /// The pause command. Instructs users to pause playback. /// </summary> Pause = 1, + /// <summary> /// The seek command. Instructs users to seek to a specified time. /// </summary> |
