Merge branch 'develop' of https://github.com/Selz/plyr into develop
# Conflicts: # dist/plyr.js
This commit is contained in:
		
							
								
								
									
										4
									
								
								dist/plyr.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/plyr.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -1799,8 +1799,8 @@
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // Get URL of caption file if exists
 | 
			
		||||
            var captionSources = [],
 | 
			
		||||
                captionSrc = '';
 | 
			
		||||
            var captionSources = [];
 | 
			
		||||
            var captionSrc = '';
 | 
			
		||||
 | 
			
		||||
            player.elements.media.childNodes.forEach(function(child) {
 | 
			
		||||
                if (child.nodeName.toLowerCase() === 'track') {
 | 
			
		||||
@ -3476,7 +3476,7 @@
 | 
			
		||||
            mins = ('0' + mins).slice(-2);
 | 
			
		||||
 | 
			
		||||
            // Generate display
 | 
			
		||||
            var display = (displayHours ? hours + ':' : '') + mins + ':' + secs;
 | 
			
		||||
            var label = (displayHours ? hours + ':' : '') + mins + ':' + secs;
 | 
			
		||||
 | 
			
		||||
            // Render
 | 
			
		||||
            element.textContent = display;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user