mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
Small fixes.
This commit is contained in:
+1
-1
@@ -665,7 +665,7 @@ class TvAnger
|
||||
%s %s %s
|
||||
ORDER BY r.postdate DESC
|
||||
LIMIT %d",
|
||||
($groupID === '' ? '' : 'AND r.group_id = ' . $groupID),
|
||||
($groupID === '' ? '' : 'AND r.groupID = ' . $groupID),
|
||||
($guidChar === '' ? '' : 'AND r.guid ' . $this->pdo->likeString($guidChar, false, true)),
|
||||
($lookupTvRage == 2 ? 'AND r.isrenamed = 1' : ''),
|
||||
$this->rageqty
|
||||
|
||||
@@ -180,7 +180,7 @@ class TheTVDB
|
||||
echo 'TheTVDB : '.$seriesName.' '.$fullep." Not found\n";
|
||||
|
||||
$db = new DB();
|
||||
$db->queryExec(sprintf('UPDATE releases SET episodeinfoID = %d WHERE ID = %d', -2, $releaseID));
|
||||
$db->queryExec(sprintf('UPDATE releases SET episodeinfoID = -2 WHERE ID = %d', $releaseID));
|
||||
}
|
||||
|
||||
public function processReleases()
|
||||
|
||||
Reference in New Issue
Block a user