mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-20 00:57:16 +00:00
fix plugin loading
This commit is contained in:
@@ -64,11 +64,6 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
var list = new List<Assembly>();
|
||||
|
||||
if (!Environment.Is64BitProcess)
|
||||
{
|
||||
//list.Add(typeof(PismoIsoManager).Assembly);
|
||||
}
|
||||
|
||||
list.Add(typeof(DefaultIntroProvider).Assembly);
|
||||
list.Add(typeof(ConnectManager).Assembly);
|
||||
list.Add(typeof(SyncManager).Assembly);
|
||||
|
||||
Reference in New Issue
Block a user