aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-18 00:50:21 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-18 00:50:21 -0400
commit1e7ae8301d014d49072b7140323866a3ff9f52bd (patch)
tree7227bcd628ed1c2ea4184135234c1da03dbf21a6 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
parent3509a401c8e3d91854b4fda4e4d7700b0aacefa5 (diff)
switch to new CC url
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
index 4d693e40c..778b2cbb0 100644
--- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
+++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
@@ -166,7 +166,6 @@ namespace MediaBrowser.Common.Implementations.Security
{
var response = _jsonSerializer.DeserializeFromStream<SuppporterInfoResponse>(stream);
-
var info = new SupporterInfo
{
Email = response.email,