mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update getBrowseRange query, it should add back missing group name on release browse pages
This commit is contained in:
@@ -66,7 +66,7 @@ class Releases extends Release
|
||||
$orderBy = $this->getBrowseOrder($orderBy);
|
||||
|
||||
$qry = sprintf(
|
||||
"SELECT r.id, r.searchname, r.groups_id, r.guid, r.postdate, r.categories_id, r.size, r.totalpart, r.fromname, r.passwordstatus, r.grabs, r.comments, r.adddate, r.videos_id, r.tv_episodes_id, r.haspreview, r.jpgstatus, cp.title AS parent_category, c.title AS sub_category,
|
||||
"SELECT r.id, r.searchname, r.groups_id, r.guid, r.postdate, r.categories_id, r.size, r.totalpart, r.fromname, r.passwordstatus, r.grabs, r.comments, r.adddate, r.videos_id, r.tv_episodes_id, r.haspreview, r.jpgstatus, cp.title AS parent_category, c.title AS sub_category, r.group_name,
|
||||
CONCAT(cp.title, ' > ', c.title) AS category_name,
|
||||
CONCAT(cp.id, ',', c.id) AS category_ids,
|
||||
df.failed AS failed,
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
2019-05-10 DariusIII
|
||||
* Chg: Update getBrowseRange query, it should add back missing group name on release browse pages
|
||||
2019-05-09 DariusIII
|
||||
* Chg: Update fontawesome and tinyMCE to latest versions
|
||||
* Fix: Fix browse queries and add back missing jpgstatus column select (should fix missing sample button on browse pages)
|
||||
|
||||
Reference in New Issue
Block a user