Fixed input link for other android method

This commit is contained in:
Made Baruna 2022-08-27 22:41:25 +07:00
parent 125b5074b4
commit b0eb690a86

View file

@ -167,7 +167,7 @@
processingLog = true;
try {
if (selectedType === 'android') {
if (selectedType.startsWith('android')) {
const urlString = genshinLink.match(/https:\/\/.*#/g);
url = new URL(urlString);
} else if (selectedType === 'pclog') {