From d4a7eabc9e6e1aec493b93edcf9a2f71b57820a7 Mon Sep 17 00:00:00 2001 From: Benjamin Pelissier <127949775+BenjaminP17@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:19:15 +0100 Subject: [PATCH] =?UTF-8?q?modification=20de=20la=20propri=C3=A9t=C3=A9=20?= =?UTF-8?q?(#1629)?= 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'); }