Fix album not updating on playlists

This commit is contained in:
Diogo Oliveira 2023-01-30 17:49:04 +00:00
parent d0f9a34f9c
commit 0120391418

View File

@ -38,7 +38,7 @@ const elements = {
bar: '*[data-test="progress-bar"]',
footer: "#footerPlayer",
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"]',
tracklist_row: '[data-test="tracklist-row"]',
volume: '*[data-test="volume"]',