diff options
| author | Damian Kacperski <7dami77@gmail.com> | 2024-02-09 20:41:32 +0100 |
|---|---|---|
| committer | Damian Kacperski <7dami77@gmail.com> | 2024-02-09 20:41:32 +0100 |
| commit | 59a9586dbdbc6c7fc9f3ef841183f736fb07eb23 (patch) | |
| tree | fa0f3ad6b31a1a2b040ef101121c6cb9eadfcc2f /MediaBrowser.Model/Session/GeneralCommandType.cs | |
| parent | fd116e76160e10585958049867f443a7879c42e2 (diff) | |
Add PlaybackOrder to Session state
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommandType.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/GeneralCommandType.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommandType.cs b/MediaBrowser.Model/Session/GeneralCommandType.cs index 166a6b441..09339928c 100644 --- a/MediaBrowser.Model/Session/GeneralCommandType.cs +++ b/MediaBrowser.Model/Session/GeneralCommandType.cs @@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Session PlayNext = 38, ToggleOsdMenu = 39, Play = 40, - SetMaxStreamingBitrate = 41 + SetMaxStreamingBitrate = 41, + SetPlaybackOrder = 42 } } |
