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/ApplicationHost.cs | |
| parent | adeb944c616b13511dc56dab662166de08ee3ac4 (diff) | |
add loopback handler
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 170719b0f..a25bd3812 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -1392,5 +1392,10 @@ namespace MediaBrowser.Server.Startup.Common { NativeApp.LaunchUrl(url); } + + public void EnableLoopback(string appName) + { + NativeApp.EnableLoopback(appName); + } } } |
