Fix VideoRedirect

This commit is contained in:
root
2021-11-05 23:00:52 +05:30
parent 0a37fa6790
commit 611f640c21
+1 -1
View File
@@ -4,7 +4,7 @@
<script>
export default {
activated () {
mounted () {
const videoId = this.$route.params.videoId
if (videoId) {
this.$router.push({