Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mantou132 authored Mar 19, 2024
1 parent bb75b49 commit 4825d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/page/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"TRACK_NAME_SELECTOR": "[role=contentinfo] > div:nth-child(2) > div:nth-child(1)",
"TRACK_ARTIST_SELECTOR": "[role=contentinfo] > div:nth-child(2) > div:last-of-type",
"BTN_WRAPPER_SELECTOR": "[role=contentinfo]",
"BTN_LIKE_SELECTOR": "[role=contentinfo] > [class*=heart]",
"PIP_BTN_SELECTOR": "[role=contentinfo] button[data-testid*=pip], [data-testid=now-playing-bar] > div > div:last-of-type > div > button[aria-label]",
"BTN_LIKE_SELECTOR": "[role=contentinfo] > button:last-of-type",
"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]",
"AUDIO_SELECTOR": "NONE",
"YOUTUBE": {
"LOGGED_MARK_SELECTOR": "ytmusic-settings-button",
Expand Down

0 comments on commit 4825d49

Please sign in to comment.