mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Pass query parameters while redirecting
Closes https://git.maharshi.ninja/root/Piped-redesign/issues/20
This commit is contained in:
@@ -9,7 +9,7 @@ export default {
|
||||
if (videoId) {
|
||||
this.$router.replace({
|
||||
path: '/watch',
|
||||
query: { v: videoId }
|
||||
query: { v: videoId, ...this.$route.query }
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user