diff options
Diffstat (limited to 'server.ts')
-rw-r--r-- | server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () => { |