mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 04:32:01 +00:00 
			
		
		
		
	Merge pull request #3671 from Bnyro/master
feat: include timestamp in watch on youtube button
This commit is contained in:
		| @@ -136,7 +136,7 @@ | ||||
|                             <i class="i-fa6-solid:share mx-1.5" /> | ||||
|                         </button> | ||||
|                         <!-- YouTube --> | ||||
|                         <WatchOnButton :link="`https://youtu.be/${getVideoId()}`" /> | ||||
|                         <WatchOnButton :link="`https://youtu.be/${getVideoId()}?t=${Math.round(currentTime)}`" /> | ||||
|                         <!-- Odysee --> | ||||
|                         <WatchOnButton | ||||
|                             v-if="video.lbryId" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro