diff --git a/ui/components/History.vue b/ui/components/History.vue
index 08ce1aea..9e41e712 100644
--- a/ui/components/History.vue
+++ b/ui/components/History.vue
@@ -75,7 +75,8 @@
-
+
+
+
+
@@ -245,6 +254,7 @@ import { useStorage } from '@vueuse/core'
import { makeDownload, formatBytes, ucFirst } from '~/utils/index'
import toast from '~/plugins/toast'
+const emitter = defineEmits(['getInfo'])
const config = useConfigStore()
const stateStore = useStateStore()
const socket = useSocketStore()
diff --git a/ui/components/NewDownload.vue b/ui/components/NewDownload.vue
index ae3662f1..1f91c007 100644
--- a/ui/components/NewDownload.vue
+++ b/ui/components/NewDownload.vue
@@ -107,10 +107,10 @@
-
@@ -132,13 +132,13 @@
-