[web-src] Lazy creation of generated cover artwork

This should improve the performance in large album listings by only creating the generated image for covers that are displayed.
This commit is contained in:
chme 2020-08-23 07:47:29 +02:00
parent d0e4153859
commit 4e353d4c36

View File

@ -1,7 +1,6 @@
<template>
<figure>
<img v-lazyload
:src="dataURI"
:data-src="artwork_url_with_size"
:data-err="dataURI"
@click="$emit('click')">