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