diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-03 13:16:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-09-03 13:16:36 -0400 |
| commit | 2d7c82d0dd8b51af58a2e187ef30639fdbfd918a (patch) | |
| tree | de26bd4f24fefa0b564ac70305d8c9271e1c8246 /MediaBrowser.Server.Startup.Common/INativeApp.cs | |
| parent | adeb944c616b13511dc56dab662166de08ee3ac4 (diff) | |
add loopback handler
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/INativeApp.cs | 2 |
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); } } |
