add category

This commit is contained in:
vr10t
2023-02-19 15:15:17 +00:00
parent cf24fd5208
commit ed8bb4846a
2 changed files with 3 additions and 1 deletions

View File

@@ -152,6 +152,7 @@
v-if="showDesc && sponsors && sponsors.segments"
v-text="`${$t('video.sponsor_segments')}: ${sponsors.segments.length}`"
/>
<div v-if="showDesc && video.category" v-text="`${$t('video.category')}: ${video.category}`" />
</div>
<hr />