mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix controls overlay.
This commit is contained in:
		
							parent
							
								
									531804af94
								
							
						
					
					
						commit
						9130a248de
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -3,7 +3,6 @@
 | 
				
			||||||
        <div data-shaka-player-container>
 | 
					        <div data-shaka-player-container>
 | 
				
			||||||
            <video
 | 
					            <video
 | 
				
			||||||
                data-shaka-player
 | 
					                data-shaka-player
 | 
				
			||||||
                controls
 | 
					 | 
				
			||||||
                autoplay
 | 
					                autoplay
 | 
				
			||||||
                style="width: 100%; height: 100%"
 | 
					                style="width: 100%; height: 100%"
 | 
				
			||||||
            ></video>
 | 
					            ></video>
 | 
				
			||||||
| 
						 | 
					@ -135,8 +134,7 @@ export default {
 | 
				
			||||||
                              '["' +
 | 
					                              '["' +
 | 
				
			||||||
                                  localStorage
 | 
					                                  localStorage
 | 
				
			||||||
                                      .getItem("selectedSkip")
 | 
					                                      .getItem("selectedSkip")
 | 
				
			||||||
                                      .split(",")
 | 
					                                      .replace(",", '","') +
 | 
				
			||||||
                                      .join('","') +
 | 
					 | 
				
			||||||
                                  '"]'
 | 
					                                  '"]'
 | 
				
			||||||
                          )
 | 
					                          )
 | 
				
			||||||
                        : encodeURIComponent(
 | 
					                        : encodeURIComponent(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue