diff --git a/bin/monitor.php b/bin/monitor.php index f2518cbc4..626b82e36 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -737,6 +737,8 @@ while( $i > 0 ) //set command for nzb-import if ( $array['NZB_THREADS'] == "true" ) { $nzb_cmd = "$_php nzb-import-sub.php \"{$array['NZBS']}\""; + } else { + $nzb_cmd = "$_php nzb-import.php \"{$array['NZBS']}\" \"{$array['IMPORT_TRUE']}\""; } //check if sequential is set