readding key to mediaitem-artwork to prevent artwork sticking
This commit is contained in:
parent
a04cbccc05
commit
a5d31ff2f9
3 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<script type="text/x-template" id="mediaitem-artwork">
|
||||
<div class="mediaitem-artwork" :class="[{'rounded': (type == 'artists')}, classes]"
|
||||
<div class="mediaitem-artwork" :class="[{'rounded': (type == 'artists')}, classes]" :key="url"
|
||||
v-observe-visibility="{callback: visibilityChanged}">
|
||||
<img :src="app.getMediaItemArtwork(url, size, width)"
|
||||
decoding="async" loading="lazy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue