@grfzhl/vue-hls-player 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -291,7 +291,7 @@ function toggleTranscript() {
291
291
 
292
292
  function seekVideo(time) {
293
293
  video.value.currentTime = time;
294
- video.play()
294
+ video.value.play()
295
295
  }
296
296
 
297
297
  function prepareVideoPlayer() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grfzhl/vue-hls-player",
3
3
  "private": false,
4
- "version": "1.0.17",
4
+ "version": "1.0.18",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"