mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Move Other category (Misc and Hashed) to categoryid 0000.
This commit is contained in:
@@ -254,7 +254,7 @@ if (isset($argv[1]) && ($argv[1] === "books" || $argv[1] === "all")) {
|
||||
$where = ' WHERE bookinfoid IS NOT NULL';
|
||||
} else {
|
||||
echo $pdo->log->header("Resetting all failed Book postprocessing");
|
||||
$where = " WHERE bookinfoid IN (-2, 0) AND categoryid BETWEEN 8000 AND 8999";
|
||||
$where = " WHERE bookinfoid IN (-2, 0) AND categoryid BETWEEN 0000 AND 8999";
|
||||
}
|
||||
|
||||
$qry = $pdo->queryDirect("SELECT id FROM releases" . $where);
|
||||
|
||||
Reference in New Issue
Block a user