1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
This commit is contained in:
Mikael Finstad 2023-12-22 13:50:15 +08:00
parent c741520fd5
commit f4249c7d61
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -61,6 +61,8 @@ export async function askForYouTubeInput() {
},
});
if (value == null) return [];
return parseYouTube(value);
}