Error updating cover for Youtube Music
AbleOne opened this issue ยท 5 comments
@tjhrulz, wow, after pulling master I've discovered that this has been fixed already...
It is fixed here in this repo, but in the Chrome Web Store โ there is version with not correct code for getting YTMusic cover:
this line 68 still has
var videoID = document.getElementsByClassName("ytp-title")[0].children[1].children[0].href;
instead of
var videoID = document.getElementsByClassName("ytp-title")[0].children[0].children[0].href;
I wanted to make PR with that fix, but if fix already exists, we only need to wait when it will be uploaded to Chrome Web Store with new version (hopefully) ๐๐๐๐
Hmmm odd I thought that My last round of fixes I made I pushed out to live, guess I must not have. I plan on this week, probably tomorrow, going through and readressing compatibility with all platforms once I'm done with that I will make sure that the chrome Web store and Firefox store are both version matching the current github repo
Just figured I would update you I have pretty much everything done at this point just got to work a little more on tidal support and brush up a few bugs with Deezer and we will be good to go.