mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 10:40:24 +01:00
3.2.8.9
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user