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

Add missing general commands
pull/4139/head^2
dkanada 4 years ago committed by GitHub
commit 2375c35c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}
}

Loading…
Cancel
Save