mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Add missing general commands
This commit is contained in:
parent
e11a2d4397
commit
508b7c0a4e
1 changed files with 4 additions and 1 deletions
|
@ -43,6 +43,9 @@ namespace MediaBrowser.Model.Session
|
|||
Guide = 32,
|
||||
ToggleStats = 33,
|
||||
PlayMediaSource = 34,
|
||||
PlayTrailers = 35
|
||||
PlayTrailers = 35,
|
||||
SetShuffleQueue = 36,
|
||||
Playstate = 37,
|
||||
PlayNext = 38
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue