From 75b7117f078461d2507572ba9da6527894e1b734 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 6 Jan 2022 10:37:49 +0100 Subject: Remove unnecessary NPM_RUN_BUILD_OPTS docker arg --- server/lib/live/shared/muxing-session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib') diff --git a/server/lib/live/shared/muxing-session.ts b/server/lib/live/shared/muxing-session.ts index eccaefcfa..22a47942a 100644 --- a/server/lib/live/shared/muxing-session.ts +++ b/server/lib/live/shared/muxing-session.ts @@ -229,7 +229,7 @@ class MuxingSession extends EventEmitter { const playlistIdMatcher = /^([\d+])-/ - const addHandler = async segmentPath => { + const addHandler = async (segmentPath: string) => { logger.debug('Live add handler of %s.', segmentPath, this.lTags()) const playlistId = basename(segmentPath).match(playlistIdMatcher)[0] -- cgit v1.2.3