playlist sorting, remove from playlist added
This commit is contained in:
parent
b0ceec8533
commit
9e4f3015f0
3 changed files with 75 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
<template v-if="type == 'artists'">
|
||||
<div class="mediaitem-artwork rounded" :key="url" :style="getStyle()">
|
||||
<img :src="app.getMediaItemArtwork(url, size)"
|
||||
loading="lazy" decoding="async"
|
||||
class="mediaitem-artwork--img">
|
||||
</div>
|
||||
</template>
|
||||
|
@ -9,6 +10,7 @@
|
|||
<div class="mediaitem-artwork" :key="url" :style="getStyle()"
|
||||
v-observe-visibility="{callback: visibilityChanged}">
|
||||
<img :src="app.getMediaItemArtwork(url, size)" v-if="isVisible"
|
||||
loading="lazy" decoding="async"
|
||||
class="mediaitem-artwork--img">
|
||||
<div v-if="video && isVisible" class="animatedartwork-view-box">
|
||||
<animatedartwork-view :video="video"></animatedartwork-view>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue