This commit is contained in:
Luke Pulverenti
2017-03-22 14:37:04 -04:00
parent 696e82a2fb
commit 1823b4a674
6 changed files with 12 additions and 10 deletions

View File

@@ -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>();