]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/live/shared/muxing-session.ts
Remove unnecessary NPM_RUN_BUILD_OPTS docker arg
[github/Chocobozzz/PeerTube.git] / server / lib / live / shared / muxing-session.ts
index eccaefcfaf5ddbc498228b959e82966ad3ad3100..22a47942a41c5dd0b236e392b7234d2b97a8ed40 100644 (file)
@@ -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]