diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-06 13:46:09 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-06 13:46:09 -0400 |
| commit | 41cabc7bd37eadf2752b50a6b5090af5dcf10035 (patch) | |
| tree | 650451ac7d7871202e3264cc7964eb15b4e75cd6 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | |
| parent | 392699404b8e7c530314d2a164b43101a672bf13 (diff) | |
add system id to remote calls
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs index f8d1f80b1..6e4b57076 100644 --- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs +++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs @@ -203,6 +203,7 @@ namespace MediaBrowser.Common.Implementations.Security { "feature", feature }, { "key", SupporterKey }, { "mac", mac }, + { "systemid", _appHost.SystemId }, { "mb2equiv", mb2Equivalent }, { "ver", version }, { "platform", Environment.OSVersion.VersionString }, |
