mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix wrong categories used in searchByImdbId function
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-02-12 DariusIII
|
||||
* Fix: Fix wrong categories used in searchByImdbId function
|
||||
* Chg: Update exeu/apai-io to version 2.2.0
|
||||
* Chg: Update composer.json, remove ext-yenc suggestion and add ext-bcmath as required
|
||||
* Chg: Update database.php nntmux configuration to include engine definition
|
||||
|
||||
+1
-1
@@ -1019,7 +1019,7 @@ class Releases
|
||||
LEFT JOIN categories c ON c.id = r.categories_id
|
||||
LEFT JOIN categories cp ON cp.id = c.parentid
|
||||
LEFT OUTER JOIN release_nfos rn ON rn.releases_id = r.id
|
||||
WHERE r.categories_id BETWEEN 5000 AND 5999
|
||||
WHERE r.categories_id BETWEEN 2000 AND 2999
|
||||
%s",
|
||||
$this->getConcatenatedCategoryIDs(),
|
||||
$whereSql
|
||||
|
||||
Reference in New Issue
Block a user