mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Update fixReleaseNames script
This commit is contained in:
@@ -87,6 +87,12 @@ if (isset($argv[1]) && isset($argv[2]) && isset($argv[3]) && isset($argv[4])) {
|
||||
case 14:
|
||||
$namefixer->fixNamesWithSrr(2, $update, $other, $setStatus, $show);
|
||||
break;
|
||||
case 15:
|
||||
$namefixer->fixNamesWithParHash(1, $update, $other, $setStatus, $show);
|
||||
break;
|
||||
case 16:
|
||||
$namefixer->fixNamesWithParHash(2, $update, $other, $setStatus, $show);
|
||||
break;
|
||||
default :
|
||||
exit($pdo->log->error("\nERROR: Wrong argument, type php $argv[0] to see a list of valid arguments." . $n));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user