gajus/youtube-player

YouTubePlayer.promisifyPlayer is making proxy functions with incorrect `this`

youpy opened this issue · 0 comments

youpy commented

return player[functionName].apply(null, args);

player[functionName] should be applied with player as this value, instead of null.