aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-08 07:21:55 -0600
committercrobibero <cody@robibe.ro>2020-10-08 07:21:55 -0600
commitfe49ae7cb558fe86f23cb11f6f564db59828509f (patch)
treea15a0ba25a0cd0ef53bbec16d31f199d158063d8
parente9f17f3cab621929eacb6680a48246a4033d727d (diff)
fix casing
-rw-r--r--MediaBrowser.Model/Session/GeneralCommandType.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommandType.cs b/MediaBrowser.Model/Session/GeneralCommandType.cs
index 62fa436b5..c58fa9a6b 100644
--- a/MediaBrowser.Model/Session/GeneralCommandType.cs
+++ b/MediaBrowser.Model/Session/GeneralCommandType.cs
@@ -45,7 +45,7 @@ namespace MediaBrowser.Model.Session
PlayMediaSource = 34,
PlayTrailers = 35,
SetShuffleQueue = 36,
- Playstate = 37,
+ PlayState = 37,
PlayNext = 38,
ToggleOsdMenu = 39,
Play = 40