From cf4bbf94e47cc150ac690e47ece415db2605fd47 Mon Sep 17 00:00:00 2001 From: Araxeus Date: Sat, 8 May 2021 23:02:52 +0300 Subject: [PATCH] update radioButton querySelector --- plugins/downloader/front.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/downloader/front.js b/plugins/downloader/front.js index 034834ae..879ba222 100644 --- a/plugins/downloader/front.js +++ b/plugins/downloader/front.js @@ -45,7 +45,6 @@ global.download = () => { // selector of first button which is always "Start Radio" ?.querySelector('ytmusic-menu-navigation-item-renderer.iron-selected[tabindex="0"] #navigation-endpoint') ?.getAttribute("href"); - console.log(videoUrl) if (videoUrl) { videoUrl = baseUrl + "/" + videoUrl; metadata = null;