mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user