diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index a8f2125f..bf46134d 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -33,12 +33,7 @@ > {{ showDesc ? "+" : "-" }} -

+

Sponsors Segments: {{ sponsors.segments.length }} @@ -153,7 +148,8 @@ export default { this.video.description = this.video.description .replaceAll("http://www.youtube.com", "") - .replaceAll("https://www.youtube.com", ""); + .replaceAll("https://www.youtube.com", "") + .replaceAll("\n", "
"); const options = { autoplay: false,