From 6cb7b9e32f44be780439f4d98527bece51a65387 Mon Sep 17 00:00:00 2001 From: xanning Date: Wed, 27 May 2026 21:39:58 +0300 Subject: [PATCH] new --- .../player/atoms/settings/Downloads.tsx | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) 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) => (