mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
fixed nzb-import
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user