From bd198fa5d59e9fa7a97ca3f57643171ccd0b9867 Mon Sep 17 00:00:00 2001 From: GeekCorner <45696571+GeekCornerGH@users.noreply.github.com> Date: Sun, 27 Jun 2021 18:20:31 +0200 Subject: [PATCH] Fix d'un oubli --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index a5a41ee..22bd79a 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -4451,7 +4451,7 @@ tarteaucitron.services.acast = { width = x.getAttribute('width'), height = x.getAttribute('height'), seek = x.getAttribute('seek'); - var widgetURL = `https://embed.acast.com/${id}/?seek=${seek}` + var widgetURL = `https://embed.acast.com/${id}/${id2}?seek=${seek}` return ``; }); },