Fixed broken cover rendering
This commit is contained in:
parent
61cf04b376
commit
48178c4167
|
@ -9,7 +9,7 @@
|
|||
<div class="ui column">
|
||||
<div class="segment-content">
|
||||
<h2 class="ui header">
|
||||
<img v-if="object.cover" v-lazy="$store.getters['instance/absoluteUrl'](object.cover.square_crop)">
|
||||
<img v-if="object.cover && object.cover.square_crop" v-lazy="$store.getters['instance/absoluteUrl'](object.cover.square_crop)">
|
||||
<img v-else src="../../../assets/audio/default-cover.png">
|
||||
<div class="content">
|
||||
{{ object.name | truncate(100) }}
|
||||
|
|
Loading…
Reference in New Issue