aboutsummaryrefslogtreecommitdiff
path: root/components/Stream.vue
diff options
context:
space:
mode:
authorKenimarru <[email protected]>2024-01-09 18:45:34 +0100
committerKenimarru <[email protected]>2024-01-09 18:45:34 +0100
commita74a925e23addd5cc40476bda5827ec382a2618b (patch)
tree16d9ab0b14a30159da945033c4d072228a86e146 /components/Stream.vue
parentv0.4.0 (diff)
downloadhiruku-master.tar.xz
hiruku-master.zip
Diffstat (limited to 'components/Stream.vue')
-rw-r--r--components/Stream.vue2
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