update radioButton querySelector

This commit is contained in:
Araxeus
2021-05-08 23:02:52 +03:00
parent d7e42471a4
commit cf4bbf94e4

View File

@ -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;