From 5f4f793232aacefa880c520752354ca4d015166d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 7 Aug 2023 17:43:48 +0200 Subject: [PATCH] feat: support for video metainfo --- src/components/WatchVideo.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 6628030f..c27c21f7 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -144,7 +144,19 @@ -
+
+ +
+ {{ metaInfo.description ?? metaInfo.title }} + {{ + metaInfo.urlTexts[linkIndex] + }} +
+