mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 03:24:47 +01:00
Remove custom ToArray extension
This commit is contained in:
@@ -728,7 +728,7 @@ namespace Emby.Server.Implementations
|
||||
|
||||
Logger.Info("ServerId: {0}", SystemId);
|
||||
|
||||
var entryPoints = GetExports<IServerEntryPoint>().ToList();
|
||||
var entryPoints = GetExports<IServerEntryPoint>();
|
||||
RunEntryPoints(entryPoints, true);
|
||||
|
||||
Logger.Info("Core startup complete");
|
||||
|
||||
Reference in New Issue
Block a user