diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-04-13 17:09:13 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-04-13 17:09:13 -0400 |
| commit | abed5b331bf82158d20c5ba7ddff589b58201fb6 (patch) | |
| tree | d4555f4cfc6a413c0c2402af65cef60bbfa76aec /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | |
| parent | dabf25777870124872f733563bf2d142a613c0ad (diff) | |
Pull in security objects from external assembly
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | 2 |
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; |
