added new missing artwork replacement

This commit is contained in:
booploops 2022-06-07 20:54:09 -07:00
parent 25015cccbb
commit 80fa4d1eed
7 changed files with 45 additions and 3 deletions

View file

@ -87,7 +87,7 @@
},
getMediaItemArtwork(url, height = 64, width) {
if (typeof url == "undefined" || url == "") {
return "https://beta.music.apple.com/assets/product/MissingArtworkMusic.svg"
return "./assets/MissingArtwork.svg"
}
height = parseInt(height * window.devicePixelRatio)
if (width) {