@faintlines/video-player
Advanced tools
Comparing version 2.6.5 to 2.6.6
@@ -48,3 +48,4 @@ import { objectSpread2 as _objectSpread2, extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
onCanPlay = _ref.onCanPlay, | ||
onProgress = _ref.onProgress; | ||
onProgress = _ref.onProgress, | ||
onLoadedMetadata = _ref.onLoadedMetadata; | ||
var videoRef = useRef(); | ||
@@ -277,2 +278,3 @@ var stRef = useRef(null); | ||
onSeeked: handleSeek, | ||
onLoadedMetadata: onLoadedMetadata, | ||
onCanPlay: useHls ? undefined : handleReady | ||
@@ -279,0 +281,0 @@ }, getPlaysInlineAttributes(playsinline), attributes || {})) |
{ | ||
"name": "@faintlines/video-player", | ||
"version": "2.6.5", | ||
"version": "2.6.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2514229
12739