tjhrulz / WebNowPlaying-BrowserExtension

The extension to go along with the WebNowPlaying plugin for Rainmeter
74 stars 35 forks source link

Qobuz issue with play/pause state #84

Closed J-Louis closed 1 year ago

J-Louis commented 2 years ago

The play/pause state seems to be inverted. Perhaps in : qobuzInfoHandler.state = function() { return document.getElementsByClassName("player__action")[0].children[2].className.includes("pause") ? 2 : 1; }; Should be 1 : 2 ?

keifufu commented 1 year ago

Refer to this comment