Explorar o código

Fix d'un oubli

GeekCorner %!s(int64=3) %!d(string=hai) anos
pai
achega
bd198fa5d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>`;
         });
     },