This commit is contained in:
telans
2020-06-14 22:14:14 +12:00
parent 3d9049ef08
commit 9b528aabc2
4 changed files with 21 additions and 4 deletions

View File

@@ -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>