Skip to content

Commit

Permalink
User script: Fix spotify progress
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Jul 27, 2024
1 parent 072ff05 commit 12d04bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/tuna_browser.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
let cover = data.metadata.artwork[0].src;
let title = data.metadata.title
let artists = [data.metadata.artist]
let progress = query('.playback-bar__progress-time-elapsed', e => timestamp_to_ms(e.textContent));
let progress = query('.IPbBrI6yF4zhaizFmrg6', e => timestamp_to_ms(e.textContent));
let duration = query('[data-testid="playback-duration"]', e => timestamp_to_ms(e.textContent));


Expand Down

0 comments on commit 12d04bd

Please sign in to comment.