diff options
| author | Kenimarru <[email protected]> | 2024-01-09 18:45:34 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-09 18:45:34 +0100 |
| commit | a74a925e23addd5cc40476bda5827ec382a2618b (patch) | |
| tree | 16d9ab0b14a30159da945033c4d072228a86e146 /components/Stream.vue | |
| parent | v0.4.0 (diff) | |
| download | hiruku-master.tar.xz hiruku-master.zip | |
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 |