From c0a79a2a9784c5ea0acdc8aad7dcb7f96bca6c48 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Mon, 20 Nov 2023 07:17:55 +1030 Subject: [PATCH] Just show the static ones now --- web/data/templates/popup.tmpl | 57 +++-------------------------------- 1 file changed, 4 insertions(+), 53 deletions(-) diff --git a/web/data/templates/popup.tmpl b/web/data/templates/popup.tmpl index 16222fb..97cd6cf 100644 --- a/web/data/templates/popup.tmpl +++ b/web/data/templates/popup.tmpl @@ -5,32 +5,20 @@ - + - +
profile - - {{ .dl.DownloadProfile.Name }}
current filename
destination - + {{ if .dl.Destination }} {{ .dl.Destination.Name }} {{ else }} leave in {{ .config.Server.DownloadPath }} {{ end }}
state
playlist progress
progress
ETA

You can close this window and your download will continue. Check the Status page to see all downloads in progress.

{{ if .canStop }} @@ -47,39 +35,9 @@