Skip to content

Commit 7e32aa2

Browse files
authored
Update config.json to fix YT Music
1 parent 512c69c commit 7e32aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/page/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"TRACK_NAME_SELECTOR": "ytmusic-player-bar .content-info-wrapper .title",
2323
"TRACK_ARTIST_SELECTOR": "ytmusic-player-bar .content-info-wrapper .subtitle yt-formatted-string > :first-child",
2424
"BTN_WRAPPER_SELECTOR": "ytmusic-player-bar ytmusic-like-button-renderer",
25-
"BTN_LIKE_SELECTOR": "ytmusic-player-bar ytmusic-like-button-renderer tp-yt-paper-icon-button:last-of-type",
25+
"BTN_LIKE_SELECTOR": "ytmusic-like-button-renderer button[aria-label='Like']",
2626
"PIP_BTN_SELECTOR": "NONE",
2727
"AUDIO_SELECTOR": "video.html5-main-video"
2828
},

0 commit comments

Comments
 (0)