mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-12 19:56:30 +01:00
added IServerEntryPoint to replace plugin.initialize
This commit is contained in:
@@ -177,7 +177,7 @@ namespace MediaBrowser.ServerApplication
|
||||
|
||||
var now = DateTime.UtcNow;
|
||||
|
||||
await Kernel.Init();
|
||||
Kernel.Init();
|
||||
|
||||
var done = (DateTime.UtcNow - now);
|
||||
Logger.Info("Kernel.Init completed in {0}{1} minutes and {2} seconds.", done.Hours > 0 ? done.Hours + " Hours " : "", done.Minutes, done.Seconds);
|
||||
|
||||
Reference in New Issue
Block a user