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}
),