tjhrulz/WebNowPlaying-BrowserExtension

Qobuz issue with duration

J-Louis opened this issue · 1 comments

Retrieve "[object HTMLSpanElement]" within duration field.
Could be in :
qobuzInfoHandler.positionString = function()
{
return document.getElementsByClassName("player__track-time-content")[0].children[0];
};
Miss an .innerText ?

Refer to this comment