aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 284900e87..c2e6481af 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -650,6 +650,8 @@ namespace Emby.Server.Implementations
app.Use(ExecuteHttpHandlerAsync);
})
.Build();
+
+ await Host.StartAsync();
}
public async Task ExecuteWebsocketHandlerAsync(HttpContext context, Func<Task> next)