Qobuz issue with duration
J-Louis opened this issue · 1 comments
J-Louis commented
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 ?
keifufu commented
Refer to this comment