Add support for YouTube's hl param
This commit is contained in:
		@ -188,6 +188,7 @@ const youtube = {
 | 
			
		||||
            videoId,
 | 
			
		||||
            playerVars: {
 | 
			
		||||
                autoplay: player.config.autoplay ? 1 : 0, // Autoplay
 | 
			
		||||
                hl: player.config.hl, // iframe interface language
 | 
			
		||||
                controls: player.supported.ui ? 0 : 1, // Only show controls if not fully supported
 | 
			
		||||
                rel: 0, // No related vids
 | 
			
		||||
                showinfo: 0, // Hide info
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user