Remove remaining nzbstatus checks where not needed

This commit is contained in:
DariusIII
2025-08-24 10:02:05 +02:00
parent 0403505174
commit ebb0b766b6
8 changed files with 6 additions and 9 deletions
@@ -451,7 +451,6 @@ class ProcessAdditional
protected function _fetchReleases(int|string $groupID, string &$guidChar): void
{
$releasesQuery = Release::query()
->where('releases.nzbstatus', '=', 1)
->where('releases.passwordstatus', '=', -1)
->where('releases.haspreview', '=', -1)
->where('categories.disablepreview', '=', 0);