aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-09-03 13:16:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-09-03 13:16:36 -0400
commit2d7c82d0dd8b51af58a2e187ef30639fdbfd918a (patch)
treede26bd4f24fefa0b564ac70305d8c9271e1c8246 /MediaBrowser.Server.Startup.Common/INativeApp.cs
parentadeb944c616b13511dc56dab662166de08ee3ac4 (diff)
add loopback handler
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/INativeApp.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs
index c13d3624e..d2e278a3b 100644
--- a/MediaBrowser.Server.Startup.Common/INativeApp.cs
+++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs
@@ -107,5 +107,7 @@ namespace MediaBrowser.Server.Startup.Common
void LaunchUrl(string url);
IDbConnector GetDbConnector();
+
+ void EnableLoopback(string appName);
}
}