Fix d'un oubli

This commit is contained in:
GeekCorner 2021-06-27 18:20:31 +02:00 committed by GitHub
parent d29c991b9d
commit bd198fa5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>`;
});
},