Skip to content

Commit

Permalink
Merge pull request #1199 from NNTmux/analysis-x0x5EB
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
DariusIII authored Dec 5, 2021
2 parents b3f89e0 + 82a1d08 commit 8f0b85c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Blacklight/processing/post/ProcessAdditional.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8f0b85c

Please sign in to comment.