fixed hard links check

This commit is contained in:
Flaminel
2025-02-27 22:01:59 +02:00
parent b834a8bc01
commit 46ac50c393
@@ -408,7 +408,7 @@ public class QBitService : DownloadService, IQBitService
break; break;
} }
if (hardlinkCount > 1) if (hardlinkCount > 0)
{ {
hasHardlinks = true; hasHardlinks = true;
} }