mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Exclude embedded player (#2540)
This commit is contained in:
parent
d7189af8a8
commit
e27e7d0ee6
@ -315,6 +315,9 @@ export const playerReady = async () => {
|
||||
*/
|
||||
return
|
||||
}
|
||||
if (isEmbeddedPlayer()) {
|
||||
return
|
||||
}
|
||||
if (unsafeWindow.onLoginInfoLoaded) {
|
||||
unsafeWindow.onLoginInfoLoaded(resolve)
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user