mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-13 03:38:23 +00:00
parent
c87af466c8
commit
de8fb4fab5
@ -90,7 +90,7 @@
|
|||||||
/>
|
/>
|
||||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||||
<p v-show="showDesc" class="break-words" v-html="purifyHTML(video.description)" />
|
<p v-show="showDesc" class="break-words" v-html="purifyHTML(video.description)" />
|
||||||
<Chapters :chapters="video.chapters" @seek="navigate" />
|
<Chapters v-if="video?.chapters?.length > 0" :chapters="video.chapters" @seek="navigate" />
|
||||||
<div
|
<div
|
||||||
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}`"
|
||||||
|
Loading…
Reference in New Issue
Block a user