From c1d8128f9b526ac586df1c84a204aee10d769adf Mon Sep 17 00:00:00 2001 From: Difegue Date: Mon, 28 Oct 2024 01:55:57 +0100 Subject: [PATCH] Fix upload page being broken by the url_for changes --- templates/upload.html.tt2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/upload.html.tt2 b/templates/upload.html.tt2 index 298ffa037..40b2cdf0e 100644 --- a/templates/upload.html.tt2 +++ b/templates/upload.html.tt2 @@ -72,7 +72,8 @@ Download jobs will keep going even if you close this window!

Type in your URLs (separated by a newline), and click the download button.
- If a Downloader plugin is compatible with the URL, it'll be automatically + If a Downloader plugin is compatible with the URL, + it'll be automatically used.

@@ -115,4 +116,4 @@ [% INCLUDE footer %] - + \ No newline at end of file