1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Updated Spotify scrobbling

This commit is contained in:
Krateng
2019-10-03 04:10:40 +02:00
parent 1f90b34d95
commit 243362d7d6
4 changed files with 11 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ maloja_scrobbler_selector_artist = "./text()"
maloja_scrobbler_selector_duration = ".//div[@class='playback-bar__progress-time'][2]/text()"
maloja_scrobbler_selector_control = ".//div[contains(@class,'player-controls__buttons')]/button[3]/@title"
maloja_scrobbler_selector_control = ".//div[contains(@class,'player-controls__buttons')]/div[3]/button/@title"