mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Can now create multiple scrobbles from skipping back within a track
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
//activeLibrary = document.querySelector("[data-qa-id*=sidebarLibrariesList]").querySelector("[class*=Link-isSelected]")
|
||||
|
||||
//currentArtist = ""
|
||||
//currentTitle = ""
|
||||
//alreadyPlayed = 0
|
||||
//maxLength = 0
|
||||
//lastUpdate = 0
|
||||
|
||||
|
||||
|
||||
bar = document.querySelector("div[class*=PlayerControls]")
|
||||
if (bar == null) {
|
||||
console.log("Nothing playing right now!")
|
||||
|
||||
Reference in New Issue
Block a user