mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 05:13:35 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
d1fe14742c
commit
64465a0c51
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class OPDS(object):
|
|||
links = []
|
||||
entries=[]
|
||||
comic = myDB.selectone('SELECT * from comics where ComicID=?', (kwargs['comicid'],))
|
||||
if len(comic) == 0:
|
||||
if len(list(comic)) == 0:
|
||||
self.data = _error_with_message('Comic Not Found')
|
||||
return
|
||||
issues = self._dic_from_query('SELECT * from issues WHERE ComicID="' + kwargs['comicid'] + '"order by Int_IssueNumber DESC')
|
||||
|
|
Loading…
Add table
Reference in a new issue