Add support for storing and loading video watched times.

Closes #373
This commit is contained in:
FireMaskterK
2021-10-27 01:15:37 +01:00
parent 6ee9592218
commit 993fb15397
2 changed files with 36 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
<Player
ref="videoPlayer"
:video="video"
:video-id="getVideoId()"
:sponsors="sponsors"
:selected-auto-play="selectedAutoPlay"
:selected-auto-loop="selectedAutoLoop"