Add PlaybackOrder to Session state

This commit is contained in:
Damian Kacperski
2024-02-09 20:41:32 +01:00
parent fd116e7616
commit 59a9586dbd
5 changed files with 33 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Session
PlayNext = 38,
ToggleOsdMenu = 39,
Play = 40,
SetMaxStreamingBitrate = 41
SetMaxStreamingBitrate = 41,
SetPlaybackOrder = 42
}
}