Correction ES6 dailymotion_player

This commit is contained in:
Romain Tiger 2021-12-02 11:04:03 +01:00
parent 212d1594fa
commit d7fff4745c
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ tarteaucitron.services.dailymotion = {
showinfo = tarteaucitron.getElemAttr(x, "showinfo"),
autoplay = tarteaucitron.getElemAttr(x, "autoplay"),
api = tarteaucitron.getElemAttr(x, "api"),
params = `info=${showinfo}&autoPlay=${autoplay}&api=${api}`;
params = 'info=' + showinfo + '&autoPlay=' + autoplay + '&api=' + api;
if (video_id === undefined) {
return "";