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-if="showDesc && sponsors && sponsors.segments"
v-text="`${$t('video.sponsor_segments')}: ${sponsors.segments.length}`" v-text="`${$t('video.sponsor_segments')}: ${sponsors.segments.length}`"
/> />
<div v-if="showDesc && video.category" v-text="`${$t('video.category')}: ${video.category}`" />
</div> </div>
<hr /> <hr />

View file

@ -157,7 +157,8 @@
"chapters": "Chapters", "chapters": "Chapters",
"live": "{0} Live", "live": "{0} Live",
"shorts": "Shorts", "shorts": "Shorts",
"all": "All" "all": "All",
"category": "Category"
}, },
"search": { "search": {
"did_you_mean": "Did you mean: {0}?", "did_you_mean": "Did you mean: {0}?",