change album art type
This commit is contained in:
parent
2bc48b868c
commit
5fc82a8bc7
2 changed files with 3 additions and 1 deletions
|
@ -227,7 +227,7 @@ const app = new Vue({
|
|||
}
|
||||
},
|
||||
getMediaItemArtwork(url, size = 64) {
|
||||
return `url("${url.replace('{w}', size).replace('{h}', size).replace('{f}', "webp").replace('{c}', "bb")}")`;
|
||||
return `url("${url.replace('{w}', size).replace('{h}', size).replace('{f}', "webp").replace('{c}', "cc")}")`;
|
||||
},
|
||||
getNowPlayingArtworkBG(size = 600) {
|
||||
if(!this.mkReady()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue