diff --git a/code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs b/code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs index 605650d..ff17942 100644 --- a/code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs +++ b/code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs @@ -408,7 +408,7 @@ public class QBitService : DownloadService, IQBitService break; } - if (hardlinkCount > 1) + if (hardlinkCount > 0) { hasHardlinks = true; }