Fix merge

This commit is contained in:
Sam Potts
2018-07-30 23:29:02 +10:00
parent dae272ef66
commit 248005e8e0
17 changed files with 26645 additions and 2 deletions

View File

@ -192,8 +192,7 @@ class Plyr {
// YouTube requires the playsinline in the URL
if (this.isYouTube) {
this.config.playsinline = truthy.includes(url.searchParams.get('playsinline'));
this.config.hl = url.searchParams.get('hl');
);
this.config.hl = url.searchParams.get('hl'); // TODO: Should this be setting language?
} else {
this.config.playsinline = true;
}