mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
web/ffmpeg: don't return an empty blob
This commit is contained in:
@ -87,6 +87,7 @@ export default class FFmpegWrapper {
|
||||
{ type: output.type }
|
||||
);
|
||||
|
||||
if (renderBlob.size === 0) return;
|
||||
return renderBlob;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user