diff --git a/materialious/src/lib/components/Player.svelte b/materialious/src/lib/components/Player.svelte index d0b77e72..09bc217d 100644 --- a/materialious/src/lib/components/Player.svelte +++ b/materialious/src/lib/components/Player.svelte @@ -178,8 +178,6 @@ if (!$playerAndroidLockOrientation) return; - console.log(videoFormats[0]); - if (isFullScreen && videoFormats[0].resolution) { const widthHeight = videoFormats[0].resolution.split('x'); @@ -791,7 +789,6 @@ onDestroy(async () => { if (Capacitor.getPlatform() === 'android' && !$isAndroidTvStore) { document.removeEventListener('fullscreenchange', onAndroidFullscreenChange); - await Motion.removeAllListeners(); if (originalOrigination) { await ScreenOrientation.lock({