diff --git a/ui/src/app/app.html b/ui/src/app/app.html
index 6504932..202ee80 100644
--- a/ui/src/app/app.html
+++ b/ui/src/app/app.html
@@ -490,6 +490,7 @@
Video |
File Size |
+ Downloaded |
|
@@ -556,6 +557,11 @@
{{ entry[1].size | fileSize }}
}
+
+ @if (entry[1].timestamp) {
+ {{ entry[1].timestamp / 1000000 | date:'yyyy-MM-dd HH:mm' }}
+ }
+ |
@if (entry[1].status === 'error') {
@@ -585,6 +591,7 @@
{{ chapterFile.size | fileSize }}
}
|
+ |
|