Convert series episode page queries from SQLite to MySQL
This commit is contained in:
parent
5612eeed42
commit
e3abe5fd68
@ -38,7 +38,7 @@
|
|||||||
INNER JOIN hosts
|
INNER JOIN hosts
|
||||||
ON eps.hostid = hosts.hostid
|
ON eps.hostid = hosts.hostid
|
||||||
WHERE series = ?
|
WHERE series = ?
|
||||||
ORDER BY eps.id + 0 DESC
|
ORDER BY eps.id DESC
|
||||||
')
|
')
|
||||||
%-->
|
%-->
|
||||||
<!--% show_results = query_shows.execute(id) %-->
|
<!--% show_results = query_shows.execute(id) %-->
|
||||||
|
Reference in New Issue
Block a user