diff --git a/src/routes/wish/import.svelte b/src/routes/wish/import.svelte index 04691680..751e2faf 100644 --- a/src/routes/wish/import.svelte +++ b/src/routes/wish/import.svelte @@ -65,9 +65,9 @@ }; const videoTutorial = { - android: 'https://www.youtube.com/watch?v=6C5Zqhcm3NI', - android2: 'https://www.youtube.com/watch?v=rHN1iRjmKmc', - android3: 'https://www.youtube.com/watch?v=jAKq94KpGHA', + // android: 'https://www.youtube.com/watch?v=6C5Zqhcm3NI', + // android2: 'https://www.youtube.com/watch?v=rHN1iRjmKmc', + // android3: 'https://www.youtube.com/watch?v=jAKq94KpGHA', pc: 'https://www.youtube.com/watch?v=FCwZkHeIezw', pc3: 'https://www.youtube.com/watch?v=ojZzl3dmppI', pc4: 'https://www.youtube.com/watch?v=ojZzl3dmppI', @@ -1035,7 +1035,7 @@ {/if} - {#if ['android', 'android2', 'android3'].includes(selectedType)} + {#if videoTutorial[selectedType] !== undefined}
@@ -1345,7 +1345,10 @@
-

{$t('wish.import.soon30')}

+

+ The old android method is not working on 3.1, please join our Discord server for updates! +

+

If you can get the link, you can use the import as usual.