Skip to content

Commit

Permalink
feat(video-player): fix call to _embedMedia
Browse files Browse the repository at this point in the history
  • Loading branch information
m4olivei committed Dec 19, 2024
1 parent a751947 commit 1e8299d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class C4DLightboxVideoPlayerComposite extends ModalRenderMixin(
if (videoId) {
this._loadVideoData?.(videoId);
if (open) {
this._embedMedia?.(videoId, false);
this._embedMedia?.(videoId);
this._handleAriaAndHiddenState();
}
}
Expand Down

0 comments on commit 1e8299d

Please sign in to comment.