Merge branch 'hotfix/1.0.1'

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

View File

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