mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix exiting loop
This commit is contained in:
@@ -809,7 +809,7 @@ class ProcessAdditional
|
||||
$this->_triedCompressedMids[] = $segment;
|
||||
} elseif (\in_array($segment, $this->_triedCompressedMids, false)) {
|
||||
// We already downloaded this file.
|
||||
continue;
|
||||
continue 2;
|
||||
}
|
||||
$mID[] = $segment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user