removed isvisible check
This commit is contained in:
parent
07b4d3b8ff
commit
74c42ede84
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
<div class="mediaitem-artwork" @contextmenu="contextMenu" :class="[{'rounded': (type == 'artists')}, classes]" :key="url">
|
||||
<img :src="app.getMediaItemArtwork(url, size, width)"
|
||||
decoding="async"
|
||||
loading="lazy"
|
||||
:style="{background: bgcolor}"
|
||||
class="mediaitem-artwork--img">
|
||||
<div v-if="video && getVideoPriority()" class="animatedartwork-view-box">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue