Fix d'un oubli
This commit is contained in:
parent
d29c991b9d
commit
bd198fa5d5
|
|
@ -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>`;
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue