Add missing general commands

This commit is contained in:
crobibero 2020-10-07 17:16:03 -06:00
parent e11a2d4397
commit 508b7c0a4e
1 changed files with 4 additions and 1 deletions

View File

@ -43,6 +43,9 @@ namespace MediaBrowser.Model.Session
Guide = 32,
ToggleStats = 33,
PlayMediaSource = 34,
PlayTrailers = 35
PlayTrailers = 35,
SetShuffleQueue = 36,
Playstate = 37,
PlayNext = 38
}
}