mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #4292 from crobibero/missing-general-command
Add missing general commands
This commit is contained in:
commit
2375c35c4a
@ -43,6 +43,11 @@ namespace MediaBrowser.Model.Session
|
|||||||
Guide = 32,
|
Guide = 32,
|
||||||
ToggleStats = 33,
|
ToggleStats = 33,
|
||||||
PlayMediaSource = 34,
|
PlayMediaSource = 34,
|
||||||
PlayTrailers = 35
|
PlayTrailers = 35,
|
||||||
|
SetShuffleQueue = 36,
|
||||||
|
PlayState = 37,
|
||||||
|
PlayNext = 38,
|
||||||
|
ToggleOsdMenu = 39,
|
||||||
|
Play = 40
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user