1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Fix HLS generation after import script

This commit is contained in:
Chocobozzz 2021-02-02 14:00:46 +01:00
parent d1a2ce5ef3
commit 69eddafb17
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 15 additions and 4 deletions

View file

@ -189,7 +189,7 @@ async function onVideoFileOptimizer (
async function onNewWebTorrentFileResolution (
video: MVideoUUID,
user: MUserId,
payload?: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload
payload: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload
) {
await publishAndFederateIfNeeded(video)