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;