Skip to content

Commit f95f6b1

Browse files
committed
domains: fix typo in TED autoplay rel
1 parent 46a942c commit f95f6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/domains/ted.com/ted.com.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949
"aspect-ratio": oembed.width / oembed.height
5050
};
5151

52-
if (whitelistRecord.isAllowed('oembed.video', 'autoplay') && lang_slug !== '') {
52+
if (whitelistRecord.isAllowed('oembed.video', 'autoplay') && lang_slug === '') {
5353
link.rel.push(CONFIG.R.autoplay);
5454
}
5555

0 commit comments

Comments
 (0)