mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Merge pull request #200 from drom98/fix-album-not-updating
Fix album not updating on playlists
This commit is contained in:
commit
b9854e0595
@ -40,7 +40,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