diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-22 14:37:04 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-03-22 14:37:04 -0400 |
| commit | 1823b4a6746670e310dac1ad431b741010f3616d (patch) | |
| tree | f048b81744cbc0f3f0113bdbba88aa8cba07e2af /MediaBrowser.ServerApplication/WindowsAppHost.cs | |
| parent | 696e82a2fbceef1f51881ca4ccd805727ca15a26 (diff) | |
3.2.8.9
Diffstat (limited to 'MediaBrowser.ServerApplication/WindowsAppHost.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/WindowsAppHost.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/WindowsAppHost.cs b/MediaBrowser.ServerApplication/WindowsAppHost.cs index 2d3d8a85b7..8f1a88a743 100644 --- a/MediaBrowser.ServerApplication/WindowsAppHost.cs +++ b/MediaBrowser.ServerApplication/WindowsAppHost.cs @@ -11,7 +11,6 @@ using Emby.Server.Core; using Emby.Server.Implementations; using Emby.Server.Implementations.EntryPoints; using Emby.Server.Implementations.FFMpeg; -using Emby.Server.Implementations.Windows; using Emby.Server.Sync; using MediaBrowser.Controller.Connect; using MediaBrowser.Controller.Sync; @@ -49,6 +48,11 @@ namespace MediaBrowser.ServerApplication MainStartup.Restart(); } + public override void EnableLoopback(string appName) + { + LoopUtil.Run(appName); + } + protected override List<Assembly> GetAssembliesWithPartsInternal() { var list = new List<Assembly>(); |
