From cde3ddb3a0a8c6ece76060acbeeec6ccecd63d08 Mon Sep 17 00:00:00 2001 From: Renja <76645494+renja-g@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:57:57 +0200 Subject: [PATCH] MemoYoutubeEmbedListView.tsx aktualisieren Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Renja <76645494+renja-g@users.noreply.github.com> --- web/src/components/MemoYoutubeEmbedListView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/MemoYoutubeEmbedListView.tsx b/web/src/components/MemoYoutubeEmbedListView.tsx index c6c85ccdb..e5f8101a0 100644 --- a/web/src/components/MemoYoutubeEmbedListView.tsx +++ b/web/src/components/MemoYoutubeEmbedListView.tsx @@ -18,7 +18,7 @@ const MemoYoutubeEmbedListView: React.FC = ({ videoIds }: Props) => { className="absolute top-0 left-0 w-full h-full" src={`https://www.youtube.com/embed/${videoId}`} title="YouTube video player" - allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" + allow="accelerometer; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />