From 3b181eaa520a3cd3250d23d1f493f474532fd2ea Mon Sep 17 00:00:00 2001 From: endingisnight <159056049+endingisnight@users.noreply.github.com> Date: Mon, 26 Feb 2024 23:47:26 +0200 Subject: [PATCH] Update src/components/ImportPage.vue Co-authored-by: Bnyro <82752168+Bnyro@users.noreply.github.com> --- src/components/ImportPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ImportPage.vue b/src/components/ImportPage.vue index 2874d006..cf7bf069 100644 --- a/src/components/ImportPage.vue +++ b/src/components/ImportPage.vue @@ -100,7 +100,7 @@ export default { }); } // Libretube - else if (text.indexOf("localSubscriptions") != -1) { + else if (text.includes("localSubscriptions")) { const json = JSON.parse(text); json.localSubscriptions .forEach(item => {