@gcorevideo/player 2.19.9 → 2.19.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.js +1 -1
- package/dist/index.css +913 -913
- package/dist/index.js +2 -2
- package/dist/plugins/index.css +1527 -1527
- package/dist/plugins/index.js +1 -1
- package/lib/plugins/source-controller/SourceController.js +1 -1
- package/package.json +1 -1
- package/src/plugins/source-controller/SourceController.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.js
CHANGED
|
@@ -42863,7 +42863,7 @@ class Player {
|
|
|
42863
42863
|
}
|
|
42864
42864
|
}
|
|
42865
42865
|
|
|
42866
|
-
var version$1 = "2.19.
|
|
42866
|
+
var version$1 = "2.19.10";
|
|
42867
42867
|
|
|
42868
42868
|
var packages = {
|
|
42869
42869
|
"node_modules/@clappr/core": {
|
|
@@ -51192,7 +51192,7 @@ class SourceController extends CorePlugin {
|
|
|
51192
51192
|
*/
|
|
51193
51193
|
bindEvents() {
|
|
51194
51194
|
super.bindEvents();
|
|
51195
|
-
this.listenTo(this.core, Events$1.
|
|
51195
|
+
this.listenTo(this.core, Events$1.CORE_ACTIVE_CONTAINER_CHANGED, () => this.onReady());
|
|
51196
51196
|
}
|
|
51197
51197
|
onReady() {
|
|
51198
51198
|
trace(`${T} onReady`, {
|