Skip to content

Commit 4825d49

Browse files
authored
Update config.json
1 parent bb75b49 commit 4825d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/page/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"TRACK_NAME_SELECTOR": "[role=contentinfo] > div:nth-child(2) > div:nth-child(1)",
1010
"TRACK_ARTIST_SELECTOR": "[role=contentinfo] > div:nth-child(2) > div:last-of-type",
1111
"BTN_WRAPPER_SELECTOR": "[role=contentinfo]",
12-
"BTN_LIKE_SELECTOR": "[role=contentinfo] > [class*=heart]",
13-
"PIP_BTN_SELECTOR": "[role=contentinfo] button[data-testid*=pip], [data-testid=now-playing-bar] > div > div:last-of-type > div > button[aria-label]",
12+
"BTN_LIKE_SELECTOR": "[role=contentinfo] > button:last-of-type",
13+
"PIP_BTN_SELECTOR": "[role=contentinfo] button[data-testid*=pip], [data-testid=now-playing-bar] > div > div:last-of-type > div > button[data-testid=lyrics-button]",
1414
"AUDIO_SELECTOR": "NONE",
1515
"YOUTUBE": {
1616
"LOGGED_MARK_SELECTOR": "ytmusic-settings-button",

0 commit comments

Comments
 (0)