change album art type

This commit is contained in:
vapormusic 2021-12-04 11:36:32 +07:00
parent 2bc48b868c
commit 5fc82a8bc7
2 changed files with 3 additions and 1 deletions

View file

@ -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()) {

View file

@ -542,12 +542,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
font-weight: 600;
text-align: center;
font-size: 13px;
max-lines: 1;
}
.app-chrome .app-chrome-item > .app-playback-controls .song-artist {
font-weight: 400;
font-size: 13px;
text-align: center;
max-lines: 1;
}
.app-chrome .app-chrome-item > .app-playback-controls .song-progress {