Convert series episode page queries from SQLite to MySQL

This commit is contained in:
Roan Horning 2022-10-21 20:11:19 -04:00
parent 5612eeed42
commit e3abe5fd68
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -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) %-->