fixed hard links check
This commit is contained in:
@@ -408,7 +408,7 @@ public class QBitService : DownloadService, IQBitService
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hardlinkCount > 1)
|
if (hardlinkCount > 0)
|
||||||
{
|
{
|
||||||
hasHardlinks = true;
|
hasHardlinks = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user