Merge pull request #4292 from crobibero/missing-general-command

Add missing general commands
This commit is contained in:
dkanada
2020-10-11 18:34:48 +09:00
committed by GitHub

View File

@@ -43,6 +43,11 @@ namespace MediaBrowser.Model.Session
Guide = 32,
ToggleStats = 33,
PlayMediaSource = 34,
PlayTrailers = 35
PlayTrailers = 35,
SetShuffleQueue = 36,
PlayState = 37,
PlayNext = 38,
ToggleOsdMenu = 39,
Play = 40
}
}