mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 17:26:19 +00: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