diff options
| author | Factiven <[email protected]> | 2023-04-18 22:03:28 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-18 22:03:28 +0700 |
| commit | a495c9e539bec402dcfb6309dbcf646c12cc4ada (patch) | |
| tree | 99587c55cf48e4d18dc4fd7d427b8d464f9056f5 /components | |
| parent | added skip op/ed (diff) | |
| download | moopa-a495c9e539bec402dcfb6309dbcf646c12cc4ada.tar.xz moopa-a495c9e539bec402dcfb6309dbcf646c12cc4ada.zip | |
Update videoPlayer.js
Diffstat (limited to 'components')
| -rw-r--r-- | components/videoPlayer.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/videoPlayer.js b/components/videoPlayer.js index d437c43..b73ef10 100644 --- a/components/videoPlayer.js +++ b/components/videoPlayer.js @@ -99,7 +99,6 @@ export default function VideoPlayer({ }); art.on("video:timeupdate", function () { - // if (!skip) return; var currentTime = art.currentTime; if ( |