From 71d7034d011861f8c8877fc6418561dc03444e15 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 9 Mar 2026 20:39:58 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AB=20Fixed=20download=20badges=20in?= =?UTF-8?q?=20T2Table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Library/Library.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/client/components/Library/Library.tsx b/src/client/components/Library/Library.tsx index be41e5c..8b66c39 100644 --- a/src/client/components/Library/Library.tsx +++ b/src/client/components/Library/Library.tsx @@ -243,21 +243,17 @@ export const Library = (): ReactElement => { accessorKey: "_source.acquisition", cell: (info: any) => (
- + - - DC++: {info.getValue().directconnect.downloads.length} - + DC++: {info.getValue().directconnect.downloads.length} - + - - Torrent: {info.getValue().torrent.length} - + Torrent: {info.getValue().torrent.length}
),