mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 13:24:53 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
86257821fc
commit
6fc94f2e93
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ class OPDS(object):
|
|||
if len(list(comic)) == 0:
|
||||
self.data = _error_with_message('Comic Not Found')
|
||||
return
|
||||
comic = list(comic)[0]
|
||||
issues = self._dic_from_query('SELECT * from issues WHERE ComicID="' + kwargs['comicid'] + '"order by Int_IssueNumber DESC')
|
||||
if mylar.CONFIG.ANNUALS_ON:
|
||||
annuals = self._dic_from_query('SELECT * FROM annuals WHERE ComicID="' + kwargs['comicid'] + '"')
|
||||
|
|
Loading…
Add table
Reference in a new issue