diff --git a/Blacklight/processing/post/ProcessAdditional.php b/Blacklight/processing/post/ProcessAdditional.php index a32f30de2..db5f3855c 100755 --- a/Blacklight/processing/post/ProcessAdditional.php +++ b/Blacklight/processing/post/ProcessAdditional.php @@ -1440,10 +1440,9 @@ class ProcessAdditional $this->_releaseHasPassword = false; } - // If we failed to get anything from the RAR/ZIPs, decrement the passwordstatus, if the rar/zip has no password. + // If we failed to get anything from the RAR/ZIPs update the release with what we have, if the rar/zip has no password. if (! $this->_releaseHasPassword && $this->_NZBHasCompressedFile && $releaseFilesCount === 0) { $release = Release::query()->where('id', $this->_release->id); - $release->decrement('passwordstatus'); $release->update( $updateRows );