diff --git a/frontend/src/components/DownloadListItem.tsx b/frontend/src/components/DownloadListItem.tsx index 85bddc8e..0e75710e 100644 --- a/frontend/src/components/DownloadListItem.tsx +++ b/frontend/src/components/DownloadListItem.tsx @@ -26,14 +26,19 @@ const DownloadListItem = ({ download, setRefresh }: DownloadListItemProps) => {
video_thumb +
{showIgnored && ignored} + {!showIgnored && queued} + {download.vid_type} + {download.auto_start && auto}
+
{download.channel_indexed && ( @@ -44,63 +49,79 @@ const DownloadListItem = ({ download, setRefresh }: DownloadListItemProps) => {

{download.title}

+

Published: {formatDate(download.published)} | Duration: {download.duration} |{' '} {download.youtube_id}

+ {download.message &&

{download.message}

} +
{showIgnored && ( <> -
+ +
+
)} {!showIgnored && ( <> -
+ + {!hideDownload && ( +
+
)} )} + {download.message && ( -