Typo in transcoding debug

This commit is contained in:
Chocobozzz
2021-04-20 08:37:26 +02:00
parent 810d5517e2
commit 57dc762713
2 changed files with 1 additions and 21 deletions

View File

@ -64,7 +64,7 @@ async function update (peertubeHelpers, transcodingManager, settingsManager) {
}
}
transcodingManager.addVODProfile(profile.encoderName, profile.profileName, builder)
transcodingManager.addLiveProfile(profile.encoderName, profile.profileName, builder)
}
} catch (err) {
peertubeHelpers.logger.error('Cannot add profile settings.', { err, profilesString })