From 82a1d08366f188ebd3baf60980bf1b611786656f Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 5 Dec 2021 23:57:29 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/processing/post/ProcessAdditional.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Blacklight/processing/post/ProcessAdditional.php b/Blacklight/processing/post/ProcessAdditional.php index 9f4e93ad2f..a17ee92099 100755 --- a/Blacklight/processing/post/ProcessAdditional.php +++ b/Blacklight/processing/post/ProcessAdditional.php @@ -652,7 +652,6 @@ protected function _fetchReleases($groupID, &$guidChar): void ->where('categories.disablepreview', '=', 0); if ($this->_maxSize > 0) { $releasesQuery->where('releases.size', '<', (int) $this->_maxSize * 1073741824); - } if ($this->_minSize > 0) { $releasesQuery->where('releases.size', '>', (int) $this->_minSize * 1048576);