diff --git a/src/components/player/atoms/settings/Downloads.tsx b/src/components/player/atoms/settings/Downloads.tsx index 2df3c2825..aff2f3fa1 100644 --- a/src/components/player/atoms/settings/Downloads.tsx +++ b/src/components/player/atoms/settings/Downloads.tsx @@ -117,12 +117,24 @@ function OriginalFileView({ id }: { id: string }) { key={`${dl.title}-${i}`} className="w-full rounded-lg bg-video-context-light/10 p-3 mb-2" > -

+

+ {dl.format && ( + + {dl.format} + + )} + {dl.resolution && ( + + {dl.resolution} + + )} + + {dl.size} + +
+

{dl.title}

-

- {dl.size} -

{dl.sources.map((src, j) => (