all mediaitem artwork are now webp
This commit is contained in:
parent
ae90a61580
commit
00d17aaf1e
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ const app = new Vue({
|
|||
}
|
||||
},
|
||||
getMediaItemArtwork(url, size = 64) {
|
||||
return `${url.replace('{w}', size).replace('{h}', size).replace('{f}', "webp").replace('{c}', "cc")}`;
|
||||
return `${url.replace('{w}', size).replace('{h}', size).replace('{f}', "webp").replace('.jpg', ".webp").replace('{c}', "cc")}`;
|
||||
},
|
||||
getNowPlayingArtworkBG(size = 600) {
|
||||
if (!this.mkReady()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue