From 72f4f0d00c2f44cdfe9810c892fb83ba575c0402 Mon Sep 17 00:00:00 2001 From: gmnsii Date: Sun, 4 Dec 2022 15:19:24 -0800 Subject: [PATCH 01/49] Add 'share with playlist' option for share button When the option is used (true by default) links generated by the share button will redirect to the same video in the same playlist. Support for various locales still need to be added. --- src/components/ShareModal.vue | 25 ++++++++++++++++++++++++- src/components/WatchVideo.vue | 2 ++ src/locales/en.json | 3 ++- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/components/ShareModal.vue b/src/components/ShareModal.vue index 10b6c74d..cf23a438 100644 --- a/src/components/ShareModal.vue +++ b/src/components/ShareModal.vue @@ -9,11 +9,17 @@