diff --git a/src/core/utils/index.ts b/src/core/utils/index.ts index bc54af55b..b714143d3 100644 --- a/src/core/utils/index.ts +++ b/src/core/utils/index.ts @@ -315,6 +315,9 @@ export const playerReady = async () => { */ return } + if (isEmbeddedPlayer()) { + return + } if (unsafeWindow.onLoginInfoLoaded) { unsafeWindow.onLoginInfoLoaded(resolve) } else {