Skip to content

Commit e5f0292

Browse files
committed
Remove obsolete TODO
Current transfers are just the active threads: getActiveCount() (Current transfers are included in itemsPending)
1 parent a609f02 commit e5f0292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rarchives/ripme/ripper/AbstractRipper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ void checkIfComplete() {
672672
return;
673673
}
674674

675-
if (!completed && itemsPending.isEmpty()) { // TODO add itemsActive for current transfers
675+
if (!completed && itemsPending.isEmpty()) {
676676
completed = true;
677677
logger.info(" Rip of " + getURL() + " completed!");
678678

0 commit comments

Comments
 (0)