mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	player: support for t query parameter
This commit is contained in:
		
							parent
							
								
									4862e89bbb
								
							
						
					
					
						commit
						46d26c7b9c
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -169,6 +169,9 @@ export default {
 | 
				
			||||||
                            );
 | 
					                            );
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                    if (this.$route.query.t)
 | 
				
			||||||
 | 
					                        this.player.currentTime(this.$route.query.t);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    this.player.hotkeys({
 | 
					                    this.player.hotkeys({
 | 
				
			||||||
                        volumeStep: 0.1,
 | 
					                        volumeStep: 0.1,
 | 
				
			||||||
                        seekStep: 5,
 | 
					                        seekStep: 5,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue