From 7a14ab08a240e5564a57f24278a236d62ed5a39b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 30 Jul 2023 18:10:03 +0200 Subject: [PATCH 1/2] show video license and visibility in description --- src/components/WatchVideo.vue | 3 +++ src/locales/en.json | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index a177515e..07ab9528 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -160,11 +160,14 @@
diff --git a/src/locales/en.json b/src/locales/en.json index bfdbb5c3..e81b7c20 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -174,6 +174,8 @@ "shorts": "Shorts", "all": "All", "category": "Category", + "license": "License", + "visibility": "Visibility", "chapters_horizontal": "Horizontal", "chapters_vertical": "Vertical" }, From 7cf1679960768718bfaf9b8538647c7b32c82916 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 30 Jul 2023 18:19:26 +0200 Subject: [PATCH 2/2] feat: support for video tags --- src/components/WatchVideo.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 07ab9528..aa4f0a46 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -168,6 +168,16 @@
+ +
+ {{ tag }} +