Merge tag '1.0.1' into develop

1.0.1
This commit is contained in:
ahjephson
2025-02-10 08:57:20 +00:00

View File

@@ -441,7 +441,7 @@ namespace Lantean.QBTMud.Components
thereAreFirstLastPiecePrio = true;
}
if (torrent.Progress > 0.999999) // not downloaded
if (torrent.Progress < 0.999999) // not downloaded
{
allAreDownloaded = false;
}