mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Pass timestamp when redirecting youtu.be style
This commit is contained in:
		@@ -9,7 +9,7 @@ export default {
 | 
			
		||||
        if (videoId)
 | 
			
		||||
            this.$router.replace({
 | 
			
		||||
                path: "/watch",
 | 
			
		||||
                query: { v: videoId },
 | 
			
		||||
                query: { v: videoId, t: this.$route.query.t },
 | 
			
		||||
            });
 | 
			
		||||
    },
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user