Added artwork
This commit is contained in:
parent
2da89b81b1
commit
64444b2123
2 changed files with 5 additions and 1 deletions
|
@ -219,7 +219,7 @@
|
|||
<template>
|
||||
<div @click="$parent.playMediaItemById(item.id, item.type)"
|
||||
class="cd-mediaitem-square">
|
||||
<div class="artwork" :style="$parent.getMediaItemArtwork(item.attributes.artwork.url)"></div>
|
||||
<div class="artwork" :style="{'--artwork': $parent.getMediaItemArtwork(item.attributes.artwork.url, 80)}"></div>
|
||||
<div class="title text-overflow-elipsis">
|
||||
{{ item.attributes.name }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue