mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
add category
This commit is contained in:
parent
cf24fd5208
commit
ed8bb4846a
2 changed files with 3 additions and 1 deletions
|
@ -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 />
|
||||||
|
|
|
@ -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}?",
|
||||||
|
|
Loading…
Reference in a new issue