Added PlaybackRequestType.SetPlaybackSpeed

This commit is contained in:
rzk3 2023-02-16 21:22:49 -05:00
parent 7c1ebc3ea2
commit 7b8b310cb5
1 changed files with 6 additions and 1 deletions

View File

@ -88,6 +88,11 @@ namespace MediaBrowser.Model.SyncPlay
/// <summary>
/// A user is requesting to be ignored on group wait.
/// </summary>
IgnoreWait = 16
IgnoreWait = 16,
/// <summary>
/// A user is requesting to change the playback speed.
/// </summary>
SetPlaybackSpeed = 17
}
}