diff options
| author | Bill Thornton <billt2006@gmail.com> | 2021-01-05 10:06:55 -0500 |
|---|---|---|
| committer | Bill Thornton <billt2006@gmail.com> | 2021-01-05 10:06:55 -0500 |
| commit | cfca27e99a40204bc8e4fff963ef1a67aeed1876 (patch) | |
| tree | fa427d3637a247baf788b051a4f071678642751e /MediaBrowser.Model/Session/SessionMessageType.cs | |
| parent | a4a261e9409487645ee22e3fc0957438c55b18b0 (diff) | |
Fix capitalization of Playstate message
Diffstat (limited to 'MediaBrowser.Model/Session/SessionMessageType.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/SessionMessageType.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/SessionMessageType.cs b/MediaBrowser.Model/Session/SessionMessageType.cs index 23c41026d..84f4716b4 100644 --- a/MediaBrowser.Model/Session/SessionMessageType.cs +++ b/MediaBrowser.Model/Session/SessionMessageType.cs @@ -15,7 +15,7 @@ namespace MediaBrowser.Model.Session Play, SyncPlayCommand, SyncPlayGroupUpdate, - PlayState, + Playstate, RestartRequired, ServerShuttingDown, ServerRestarting, |
