From 72c01b87bafdbf42e07194b01ae24973a82568b2 Mon Sep 17 00:00:00 2001 From: Benjamin Pelissier Date: Wed, 12 Feb 2025 20:02:05 +0100 Subject: [PATCH] =?UTF-8?q?modification=20de=20la=20propri=C3=A9t=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/AppBundle/Subscriber/SitemapXmlSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/AppBundle/Subscriber/SitemapXmlSubscriber.php b/sources/AppBundle/Subscriber/SitemapXmlSubscriber.php index d7fdbdc42..ce1edf902 100644 --- a/sources/AppBundle/Subscriber/SitemapXmlSubscriber.php +++ b/sources/AppBundle/Subscriber/SitemapXmlSubscriber.php @@ -72,7 +72,7 @@ public function registerTalksUrls(UrlContainerInterface $urls): void sprintf('https://img.youtube.com/vi/%s/0.jpg', $talk->getYoutubeId()), $talk->getTitle(), strip_tags(html_entity_decode($talk->getDescription())), - ['content_loc' => $talk->getYoutubeUrl()] + ['player_loc' => $talk->getYoutubeUrl()] ); $urls->addUrl($urlVideo,'video'); }