diff options
Diffstat (limited to 'components/Stream.vue')
| -rw-r--r-- | components/Stream.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Stream.vue b/components/Stream.vue index 75aae66..b59563f 100644 --- a/components/Stream.vue +++ b/components/Stream.vue @@ -91,7 +91,7 @@ const router = useRouter(); const getEpisode = (event) => { const value = event.target.value if (value) { - router.push(`/e/${id}/${value}`) + router.push(`/e/${id}/${value}`); } } </script>
\ No newline at end of file |