fix now playing artwork
This commit is contained in:
parent
62688546ee
commit
643bf298db
3 changed files with 7 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue