react-jw-player
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -9,3 +9,3 @@ 'use strict'; | ||
if (!this.state.hasPlayed && typeof this.props.generatePrerollUrl === 'function') { | ||
if (!this.state.hasPlayed && !this.state.adHasPlayed && typeof this.props.generatePrerollUrl === 'function') { | ||
player.playAd(this.props.generatePrerollUrl(currentVideo)); | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "react-jw-player", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"description": "A React component for launching JW Player instances on the client.", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-jw-player.js", |
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
34735