tjhrulz/WebNowPlaying-BrowserExtension

Qobuz issue with Album

J-Louis opened this issue · 1 comments

The album field contains the artist value.
Probably in :
qobuzInfoHandler.album = function()
{
return document.getElementsByClassName("player__track-album")[0].children[0].innerText;
};
need to use children[2] ?
example :

<div class="player__track-album">
  <a href="/artist/12623">Francis Lai</a>
  <span>&nbsp;-&nbsp;</span>
  <a href="/album/sit6ngu9cnwoc">Les Uns et les Autres (Bande originale du film) (40ème anniversaire)</a>
</div>

This repo won't see further development, please open an issue here if you'd still like to see Qobuz support.