xgplayer-flv.js
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "xgplayer-flv.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "web video player", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -29,2 +29,7 @@ import Player from 'xgplayer' | ||
}) | ||
player.once('destroy', () => { | ||
flv.destroy() | ||
player.__flv__ = null | ||
}) | ||
} | ||
@@ -31,0 +36,0 @@ switchURL (url) { |
Sorry, the diff of this file is too big to display
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
658885
8366