feat(extract-subs): don't log when no subs in video file
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
d624d33b01
commit
c9cdbaf525
1 changed files with 0 additions and 2 deletions
|
@ -123,8 +123,6 @@ const main = async(): Promise<void> => {
|
||||||
const data = await ffprobe(videoPath);
|
const data = await ffprobe(videoPath);
|
||||||
|
|
||||||
if (!data?.streams) {
|
if (!data?.streams) {
|
||||||
console.error('Couldn\'t find streams in video file');
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue