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) { 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) { getNowPlayingArtworkBG(size = 600) {
if(!this.mkReady()) { if(!this.mkReady()) {

View file

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