mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Replace instead of pushing
This commit is contained in:
@@ -7,7 +7,7 @@ export default {
|
||||
mounted () {
|
||||
const videoId = this.$route.params.videoId
|
||||
if (videoId) {
|
||||
this.$router.push({
|
||||
this.$router.replace({
|
||||
path: '/watch',
|
||||
query: { v: videoId }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user