Skip to content

Commit

Permalink
modification de la propriété (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminP17 authored Feb 12, 2025
1 parent 8877518 commit d4a7eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/AppBundle/Subscriber/SitemapXmlSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit d4a7eab

Please sign in to comment.