Added content-rating to mediaitem-list-item

This commit is contained in:
booploops 2021-12-03 12:50:42 -08:00
parent f88477f18f
commit 56b20e7080
2 changed files with 17 additions and 0 deletions

View file

@ -242,6 +242,9 @@
</template>
</div>
</div>
<div class="content-rating" v-if="item.attributes.contentRating">
{{ item.attributes.contentRating }}
</div>
</div>
</template>
</script>