Fixed input link for other android method

pull/1/head
Made Baruna 2022-08-27 22:41:25 +07:00
parent 125b5074b4
commit b0eb690a86
1 changed files with 1 additions and 1 deletions

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') {