From 5a0f0248524fd8558aca6ddca92396af69b17989 Mon Sep 17 00:00:00 2001 From: Kosztyk <36381705+Kosztyk@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:40:23 +0200 Subject: [PATCH] Fix download attributes in results.tsx --- src/pages/results.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/results.tsx b/src/pages/results.tsx index dc1859c..3f63d13 100644 --- a/src/pages/results.tsx +++ b/src/pages/results.tsx @@ -61,7 +61,7 @@ function ResultsArticle({ !isDone ? disabledLinkClass : "" }`} href={`${WEBROOT}/archive/${job.id}`} - download={`converted_files_${job.id}.tar`} + download {...(!isDone ? busyAttrs : {})} >

Tar

@@ -125,7 +125,7 @@ function ResultsArticle({ @@ -206,7 +206,7 @@ function ResultsArticle({