diff --git a/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx b/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx index f072cbc..4eb8238 100644 --- a/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx +++ b/apps/backoffice/app/(app)/downloads/DownloadsPage.tsx @@ -2,6 +2,7 @@ import { useState, useEffect, useCallback } from "react"; import { createPortal } from "react-dom"; +import Link from "next/link"; import { TorrentDownloadDto, LatestFoundPerLibraryDto } from "@/lib/api"; import { Card, CardContent, CardHeader, CardTitle, Button, Icon } from "@/app/components/ui"; import { QbittorrentProvider, QbittorrentDownloadButton } from "@/app/components/QbittorrentDownloadButton"; @@ -354,7 +355,12 @@ function AvailableLibraryCard({ lib }: { lib: LatestFoundPerLibraryDto }) { {displayResults.map(r => (
- {r.series_name} + + {r.series_name} + {r.missing_count} {t("downloads.missing")}