Fix for logo not appearing in the stream

This commit is contained in:
LuckyOwlBen 2025-04-10 14:39:41 -06:00
parent 343ce32561
commit 5870fc8728

View File

@ -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;
});
}