update: rss controllerr

This commit is contained in:
HDVinnie
2022-01-06 14:51:27 -05:00
parent 20a474d84a
commit fc3103a51f
+1 -1
View File
@@ -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) {