From e345e3b6fa5fc11628c390728f6fee1fb94f162d Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Wed, 26 Jan 2022 22:09:11 +0200 Subject: add title with filename to downloads (closes #105) --- ui/src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index bf76694..9317b85 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -83,7 +83,7 @@ - {{ download.value.title }} + {{ download.value.title }} {{ download.value.speed | speed }} {{ download.value.eta | eta }} -- cgit