mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-28 22:41:13 -05:00
update: rss controllerr
This commit is contained in:
@@ -274,7 +274,7 @@ class RssController extends Controller
|
||||
}
|
||||
|
||||
if ($rss->object_torrent->freeleech && $rss->object_torrent->freeleech != null) {
|
||||
$builder->where('free', '=', $freeleech);
|
||||
$builder->where('free', '>=', $freeleech);
|
||||
}
|
||||
|
||||
if ($rss->object_torrent->doubleupload && $rss->object_torrent->doubleupload != null) {
|
||||
|
||||
Reference in New Issue
Block a user