Skip to content

Commit 10a8975

Browse files
authored
fix(lyrics-plus): use data-testid to match the icon
Fixes #3678
1 parent 2c8ef1d commit 10a8975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomApps/lyrics-plus/PlaybarButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
const style = document.createElement("style");
2020
style.innerHTML = `
21-
.main-nowPlayingBar-lyricsButton {
21+
.main-nowPlayingBar-lyricsButton[data-testid="lyrics-button"] {
2222
display: none !important;
2323
}
2424
li[data-id="/lyrics-plus"] {

0 commit comments

Comments
 (0)