mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:01:36 +00:00
Add patches to handle tables changes, adjust rest of the code for changes
This commit is contained in:
@@ -40,7 +40,7 @@ datelimit = "AND DATEDIFF(NOW(), r.adddate) <= 7"
|
||||
groupby = "GROUP BY guidchar"
|
||||
orderby = "ORDER BY guidchar ASC"
|
||||
rowlimit = "LIMIT 16"
|
||||
extrawhere = "AND r.prehashid = 0 AND r.nzbstatus = 1"
|
||||
extrawhere = "AND r.preid = 0 AND r.nzbstatus = 1"
|
||||
select = "DISTINCT LEFT(r.guid, 1) AS guidchar, COUNT(*) AS count"
|
||||
|
||||
cur[0].execute("SELECT value FROM settings WHERE setting = 'fixnamethreads'")
|
||||
|
||||
Reference in New Issue
Block a user