This commit is contained in:
Fredrik Burmester
2025-02-16 21:22:03 +01:00
parent d2ecfac44e
commit 78961feb6d
5 changed files with 325 additions and 120 deletions

View File

@@ -39,7 +39,7 @@ async function processAllStreams(
const streamInfo = await processStream(streamDir);
if (streamInfo && streamInfo.MediaPlaylist.PathToLocalCopy) {
localPaths.push(
`${streamDir}/${streamInfo.MediaPlaylist.PathToLocalCopy}`
`${streamDir}${streamInfo.MediaPlaylist.PathToLocalCopy}`
);
}
} catch (error) {