Browse Source

Fix d'un oubli

GeekCorner 3 years ago
parent
commit
bd198fa5d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tarteaucitron.services.js

+ 1 - 1
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 `<iframe title="Embed Player" width="${width}" height="${height}" src="${widgetURL}" scrolling="no" frameBorder="0" style="border:none;overflow:hidden;"></iframe>`;
         });
     },