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:
parent
d1a2ce5ef3
commit
69eddafb17
3 changed files with 15 additions and 4 deletions
|
@ -189,7 +189,7 @@ async function onVideoFileOptimizer (
|
|||
async function onNewWebTorrentFileResolution (
|
||||
video: MVideoUUID,
|
||||
user: MUserId,
|
||||
payload?: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload
|
||||
payload: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload
|
||||
) {
|
||||
await publishAndFederateIfNeeded(video)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue