diff --git a/macosx/Torrent.m b/macosx/Torrent.m index c13216745..6852cc87e 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -1305,7 +1305,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 int index; for (index = [indexSet firstIndex]; index != NSNotFound; index = [indexSet indexGreaterThanIndex: index]) - if ([self fileProgress: index] < 1.0) + if (tr_torrentGetFileStatus(fHandle, index) != TR_CP_COMPLETE) return YES; return NO; }