Embed: videojs stability tweaks, videojs and dashjs updated

This commit is contained in:
Cat 2021-05-05 10:35:05 +02:00 committed by Thulinma
parent dee1495302
commit e96799d5ac
10 changed files with 41 additions and 20 deletions

View file

@ -647,7 +647,7 @@ var MistUtil = {
this.list[src].subscribers.push(onevent.onerror);
//execute onload
if ("onload" in onevent) {
if (this.hasLoaded) {
if (this.list[src].tag.hasLoaded) {
onevent.onload();
}
else {