mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
player: display newlines properly
This commit is contained in:
parent
1ec0bc1017
commit
feaa888611
@ -26,7 +26,11 @@
|
|||||||
<p>
|
<p>
|
||||||
Uploaded on <b>{{ video.uploadDate }}</b>
|
Uploaded on <b>{{ video.uploadDate }}</b>
|
||||||
</p>
|
</p>
|
||||||
<p class="uk-light" v-html="video.description"></p>
|
<p
|
||||||
|
class="uk-light"
|
||||||
|
v-if="video.description"
|
||||||
|
v-html="video.description.replaceAll('\n', '<br>')"
|
||||||
|
></p>
|
||||||
<a v-if="sponsors && sponsors.segments"
|
<a v-if="sponsors && sponsors.segments"
|
||||||
>Sponsors Segments: {{ sponsors.segments.length }}</a
|
>Sponsors Segments: {{ sponsors.segments.length }}</a
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user