Skip to content

Commit

Permalink
remove external_fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
arelra committed Oct 25, 2024
1 parent a94d77d commit 43e624e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,6 @@ export const YoutubeAtomPlayer = ({
videoId,
playerVars: {
controls: 1,
// @ts-expect-error -- advised by YouTube for Android but does not exist in @types/youtube
external_fullscreen:
renderingTarget === 'Apps' ? 1 : 0,
fs: 1,
modestbranding: 1,
origin,
Expand Down

0 comments on commit 43e624e

Please sign in to comment.