Comparing version 7.4.0 to 7.4.1
{ | ||
"name": "tal", | ||
"version": "7.4.0", | ||
"version": "7.4.1", | ||
"homepage": "http://fmtvp.github.io/tal/index.html", | ||
@@ -5,0 +5,0 @@ "description": "TAL was developed internally within the BBC as a way of vastly simplifying TV application development whilst increasing the reach of BBC TV applications such as iPlayer. Today all of the BBC’s HTML-based TV applications are built using TAL.", |
{ | ||
"name": "tal", | ||
"license": "Apache-2.0", | ||
"version": "7.4.0", | ||
"version": "7.4.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -85,8 +85,7 @@ /** | ||
if (this._isHlsMimeType()) { | ||
this._openStreamingPlayerPlugin(); | ||
if (this._isLiveMedia()) { | ||
this._source += '|HLSSLIDING|COMPONENT=HLS'; | ||
this._openStreamingPlayerPlugin(); | ||
} else { | ||
this._source += '|COMPONENT=HLS'; | ||
this._openPlayerPlugin(); | ||
} | ||
@@ -93,0 +92,0 @@ } else { |
Sorry, the diff of this file is too big to display
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
5095818
98577