Merge pull request #1310 from teawithfruit/patch-1
solves early access error with video element
This commit is contained in:
		@@ -2619,7 +2619,7 @@
 | 
			
		||||
			// Start video playback
 | 
			
		||||
			var currentVideo = currentBackground.querySelector( 'video' );
 | 
			
		||||
			if( currentVideo ) {
 | 
			
		||||
				currentVideo.currentTime = 0;
 | 
			
		||||
				if(currentVideo.currentTime > 0) currentVideo.currentTime = 0;
 | 
			
		||||
				currentVideo.play();
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user