aboutsummaryrefslogtreecommitdiffhomepage
path: root/server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server.ts')
-rw-r--r--server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.ts b/server.ts
index 9af83cde9..b8c1d1251 100644
--- a/server.ts
+++ b/server.ts
@@ -306,7 +306,7 @@ async function startApplication () {
306 .catch(err => logger.error('Cannot update streaming playlist infohashes.', { err })) 306 .catch(err => logger.error('Cannot update streaming playlist infohashes.', { err }))
307 307
308 LiveManager.Instance.init() 308 LiveManager.Instance.init()
309 if (CONFIG.LIVE.ENABLED) LiveManager.Instance.run() 309 if (CONFIG.LIVE.ENABLED) await LiveManager.Instance.run()
310 310
311 // Make server listening 311 // Make server listening
312 server.listen(port, hostname, async () => { 312 server.listen(port, hostname, async () => {