diff --git a/ui/app/components/NewDownload.vue b/ui/app/components/NewDownload.vue
index a66afaf7..17c7377e 100644
--- a/ui/app/components/NewDownload.vue
+++ b/ui/app/components/NewDownload.vue
@@ -88,20 +88,24 @@
-
-
+
-
+
+ :disabled="!socket.isConnected || addInProgress" description="Download automatically." />
+
+
+
-
@@ -284,7 +288,7 @@ const showFields = ref(false)
const showOptions = ref(false)
const showTestResults = ref(false)
const testResultsData = ref(null)
-const dlFieldsExtra = ['--no-download-archive']
+const dlFieldsExtra = ['--no-download-archive', '--no-continue']
const ytDlpOpt = ref([])
const cookiesDropzoneRef = ref | null>(null)