mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove remaining nzbstatus checks where not needed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user