mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-24 08:32:06 +00:00
Fix warnings in genius plugin
This commit is contained in:
@ -91,7 +91,7 @@ module.exports = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setTabsOnclick(callback) {
|
function setTabsOnclick(callback) {
|
||||||
for (tab of [tabs.upNext, tabs.discover]) {
|
for (const tab of [tabs.upNext, tabs.discover]) {
|
||||||
if (tab) {
|
if (tab) {
|
||||||
tab.onclick = callback;
|
tab.onclick = callback;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user