mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix logging
This commit is contained in:
parent
11d377684e
commit
d794988ebd
2 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ export async function muxToMergeVideoFiles (options: {
|
|||
await new FFmpegContainer(getFFmpegCommandWrapperOptions('vod')).mergeInputs({
|
||||
inputs,
|
||||
output,
|
||||
logError: true,
|
||||
logError: false,
|
||||
|
||||
// Include a cover if this is an audio file
|
||||
coverPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue