mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #3671 from Bnyro/master
feat: include timestamp in watch on youtube button
This commit is contained in:
		
						commit
						1f912f7e5f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -136,7 +136,7 @@
 | 
				
			||||||
                            <i class="i-fa6-solid:share mx-1.5" />
 | 
					                            <i class="i-fa6-solid:share mx-1.5" />
 | 
				
			||||||
                        </button>
 | 
					                        </button>
 | 
				
			||||||
                        <!-- YouTube -->
 | 
					                        <!-- YouTube -->
 | 
				
			||||||
                        <WatchOnButton :link="`https://youtu.be/${getVideoId()}`" />
 | 
					                        <WatchOnButton :link="`https://youtu.be/${getVideoId()}?t=${Math.round(currentTime)}`" />
 | 
				
			||||||
                        <!-- Odysee -->
 | 
					                        <!-- Odysee -->
 | 
				
			||||||
                        <WatchOnButton
 | 
					                        <WatchOnButton
 | 
				
			||||||
                            v-if="video.lbryId"
 | 
					                            v-if="video.lbryId"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue