mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Await host startup
This commit is contained in:
parent
1cc433eabc
commit
6263b73d9c
1 changed files with 2 additions and 0 deletions
|
@ -650,6 +650,8 @@ namespace Emby.Server.Implementations
|
|||
app.Use(ExecuteHttpHandlerAsync);
|
||||
})
|
||||
.Build();
|
||||
|
||||
await Host.StartAsync();
|
||||
}
|
||||
|
||||
public async Task ExecuteWebsocketHandlerAsync(HttpContext context, Func<Task> next)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue