aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
diff options
context:
space:
mode:
authorTechywarrior <techywarrior@gmail.com>2013-04-13 17:04:49 -0700
committerTechywarrior <techywarrior@gmail.com>2013-04-13 17:04:49 -0700
commit419d85116798bd5e5327c41d711d6cb46d70caeb (patch)
treeb7b94ae285e70f97c09c3343be4763ac59229957 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
parent89ed33bbbcc3f47299a6104cbb1dd20ad3589510 (diff)
parent7f1fdbf223f95dfc1435a8ff1b82fd635cc9b1d9 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
index c7c3b3a57..c71cf3802 100644
--- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
+++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
@@ -2,8 +2,8 @@
using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Security;
using MediaBrowser.Model.Serialization;
+using Mediabrowser.Common.Implementations.Security;
using Mediabrowser.Model.Entities;
-using Mediabrowser.PluginSecurity;
using MediaBrowser.Common.Net;
using System;
using System.Threading;