mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Small change
This commit is contained in:
@@ -652,7 +652,6 @@ class ProcessAdditional
|
||||
->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);
|
||||
|
||||
Reference in New Issue
Block a user