mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 11:43:17 +01:00
fix bug
This commit is contained in:
parent
c741520fd5
commit
f4249c7d61
@ -61,6 +61,8 @@ export async function askForYouTubeInput() {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (value == null) return [];
|
||||||
|
|
||||||
return parseYouTube(value);
|
return parseYouTube(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user