From 6bca7f170a74de2234af626f0e487b22e10e4156 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Jan 2022 06:45:41 +0530 Subject: [PATCH] Add support for chapters --- .idea/codeStyles/Project.xml | 16 ++++++++++ package.json | 1 + src/components/Player.vue | 8 +++-- src/components/VideoChapters.vue | 53 ++++++++++++++++++++++++++++++++ src/routes/WatchVideo.vue | 8 +++-- yarn.lock | 18 +++++++++++ 6 files changed, 100 insertions(+), 4 deletions(-) create mode 100644 src/components/VideoChapters.vue diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 3163da8..c5c160e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -29,6 +29,12 @@