diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-13 17:49:23 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-13 17:49:23 -0400 |
| commit | 9c839945235b475d40e7855a39ae5bd7a46bea26 (patch) | |
| tree | de0df1d3a4cca9f9ad2c267542bf60bdf137dc04 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | |
| parent | cdd1a032993a4ca7bb34d692f9dfdea0140d55e9 (diff) | |
| parent | 5a3c46fd5e6fb1435d4d19db6b6624b061ff101a (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.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; |
