aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/PluginService.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-26 23:19:05 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-26 23:19:05 -0500
commit3751e14eb1b7a0815b6ab7c2164c262e4723c52e (patch)
tree4acac5381745de703ff0ea65bee049cf6e0e4f5b /MediaBrowser.Api/PluginService.cs
parenta6596042a67e2d846f74542d72e81b87d1521a5d (diff)
restored audio
Diffstat (limited to 'MediaBrowser.Api/PluginService.cs')
-rw-r--r--MediaBrowser.Api/PluginService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/PluginService.cs b/MediaBrowser.Api/PluginService.cs
index ab20e1875..7afd15893 100644
--- a/MediaBrowser.Api/PluginService.cs
+++ b/MediaBrowser.Api/PluginService.cs
@@ -96,7 +96,6 @@ namespace MediaBrowser.Api
/// Class GetPluginSecurityInfo
/// </summary>
[Route("/Plugins/SecurityInfo", "GET")]
- [Restrict(VisibleLocalhostOnly = true)]
public class GetPluginSecurityInfo : IReturn<PluginSecurityInfo>
{
}