Merge pull request #4962 from thornbill/fix-playstate-name

Fix capitalization of Playstate message

(cherry picked from commit 07650d91da)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Bond-009
2021-01-07 10:04:02 +01:00
committed by Joshua M. Boniface
parent dd1fddf79c
commit d9a9a23a3c
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace MediaBrowser.Model.Session
Play,
SyncPlayCommand,
SyncPlayGroupUpdate,
PlayState,
Playstate,
RestartRequired,
ServerShuttingDown,
ServerRestarting,