mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-02 00:11:55 +01:00
Add PlaybackOrder to Session state
This commit is contained in:
@@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Session
|
||||
PlayNext = 38,
|
||||
ToggleOsdMenu = 39,
|
||||
Play = 40,
|
||||
SetMaxStreamingBitrate = 41
|
||||
SetMaxStreamingBitrate = 41,
|
||||
SetPlaybackOrder = 42
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user