diff --git a/src/video/state/providers/castingStateProvider.ts b/src/video/state/providers/castingStateProvider.ts index d080589a..fb563974 100644 --- a/src/video/state/providers/castingStateProvider.ts +++ b/src/video/state/providers/castingStateProvider.ts @@ -84,7 +84,6 @@ export function createCastingStateProvider( this.pause(); }, togglePictureInPicture() { - controller?.togglePictureInPicture(); updateSource(descriptor, state); }, async setVolume(v) {