From 88451f804407bdc7aa2d836d112148c988a45f5c Mon Sep 17 00:00:00 2001 From: arabcoders Date: Wed, 3 Sep 2025 17:00:07 +0300 Subject: [PATCH 1/6] Reflect preset settings in new download form. --- ui/app/components/NewDownload.vue | 39 +++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/ui/app/components/NewDownload.vue b/ui/app/components/NewDownload.vue index 0e5e6fa0..e9d5d019 100644 --- a/ui/app/components/NewDownload.vue +++ b/ui/app/components/NewDownload.vue @@ -64,7 +64,7 @@
@@ -105,7 +105,7 @@ + :placeholder="getDefault('template', config.app.output_template || '%(title)s.%(ext)s')">