fix now playing artwork

This commit is contained in:
booploops 2022-07-07 03:18:47 -07:00
parent 62688546ee
commit 643bf298db
3 changed files with 7 additions and 4 deletions

View file

@ -80,6 +80,9 @@
watch: {
windowRelativeScale: function (newValue, oldValue) {
this.swapImage(newValue)
},
url: function (newValue, oldValue) {
this.imgSrc = app.getMediaItemArtwork(this.url, this.size, this.width)
}
},
mounted() {