added new missing artwork replacement
This commit is contained in:
parent
25015cccbb
commit
80fa4d1eed
7 changed files with 45 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue