mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 00:30:04 +00:00
Add "Downloaded" timestamp column to completed downloads list
Display the completion time for each download in the done list. The backend already stores a nanosecond timestamp on DownloadInfo; this wires it up to the frontend using Angular's DatePipe.
This commit is contained in:
@@ -20,6 +20,7 @@ export interface Download {
|
||||
eta: number;
|
||||
filename: string;
|
||||
checked: boolean;
|
||||
timestamp?: number;
|
||||
size?: number;
|
||||
error?: string;
|
||||
deleting?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user