Fix for logo not appearing in the stream
This commit is contained in:
parent
343ce32561
commit
5870fc8728
@ -403,7 +403,7 @@
|
||||
}
|
||||
}
|
||||
const playerChild = this.player.addChild('overlay', mergeOptions);
|
||||
this.player.el().insertBefore(playerChild.el(), this.player.controlBar.el());
|
||||
this.player.el().insertAfter(playerChild.el(), this.player.controlBar.el());
|
||||
return playerChild;
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user