@spce/react-player
Advanced tools
Comparing version 2.9.9 to 2.9.10
@@ -120,4 +120,5 @@ "use strict"; | ||
var mediakindConfig = _this2.props.config.mediakind; | ||
var playerConfig = { | ||
key: _this2.props.config.mediakind.licenseKey, | ||
key: mediakindConfig.licenseKey, | ||
playback: { | ||
@@ -143,4 +144,4 @@ playsInline: _this2.props.playsinline, | ||
if (_this2.props.config.drm) { | ||
sourceConfig.drm = _this2.props.config.drm; | ||
if (mediakindConfig.drm) { | ||
sourceConfig.drm = mediakindConfig.drm; | ||
} | ||
@@ -147,0 +148,0 @@ |
@@ -120,4 +120,5 @@ "use strict"; | ||
var mediakindConfig = _this2.props.config.mediakind; | ||
var playerConfig = { | ||
key: _this2.props.config.mediakind.licenseKey, | ||
key: mediakindConfig.licenseKey, | ||
playback: { | ||
@@ -143,4 +144,4 @@ playsInline: _this2.props.playsinline, | ||
if (_this2.props.config.drm) { | ||
sourceConfig.drm = _this2.props.config.drm; | ||
if (mediakindConfig.drm) { | ||
sourceConfig.drm = mediakindConfig.drm; | ||
} | ||
@@ -147,0 +148,0 @@ |
{ | ||
"name": "@spce/react-player", | ||
"version": "2.9.9", | ||
"version": "2.9.10", | ||
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
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
1600571
10879