mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 21:42:46 +01:00
Fix album not updating on playlists
This commit is contained in:
parent
d0f9a34f9c
commit
0120391418
@ -38,7 +38,7 @@ const elements = {
|
|||||||
bar: '*[data-test="progress-bar"]',
|
bar: '*[data-test="progress-bar"]',
|
||||||
footer: "#footerPlayer",
|
footer: "#footerPlayer",
|
||||||
album_header_title: '.header-details [data-test="title"]',
|
album_header_title: '.header-details [data-test="title"]',
|
||||||
playing_title: 'span[data-test="table-cell-title"].css-geqnfr',
|
playing_title: 'span[data-test="table-cell-title"].css-1vjc1xk',
|
||||||
album_name_cell: '[data-test="table-cell-album"]',
|
album_name_cell: '[data-test="table-cell-album"]',
|
||||||
tracklist_row: '[data-test="tracklist-row"]',
|
tracklist_row: '[data-test="tracklist-row"]',
|
||||||
volume: '*[data-test="volume"]',
|
volume: '*[data-test="volume"]',
|
||||||
|
Loading…
Reference in New Issue
Block a user