Update 'src/Animarr/Source/NyaaSi.php'

This commit is contained in:
DataHoarder 2022-02-15 15:32:30 +00:00
parent c905f75913
commit c937986777
Signed by: GammaSpectra.live Git
GPG key ID: 8B02E6093E9CB7B3

View file

@ -70,7 +70,6 @@ class NyaaSi implements Source{
do{
$lastCount = count($results);
Request::setSocks5Proxy(Request::getHandleId($url), "127.0.0.1:9050");
$feed = Request::getURL($url/* . "&offset={$offset}"*/); //TODO: add offset later
if($feed == ""){
break;