mirror of https://github.com/evilhero/mylar
OPDS Publisher Indexing
This commit is contained in:
parent
7527e64e7a
commit
c1ac9402da
|
@ -227,7 +227,7 @@ class OPDS(object):
|
|||
if comic['ComicPublisher'] == kwargs['pubid'] and comic['haveissues'] > 0:
|
||||
entries.append(
|
||||
{
|
||||
'title': '%s (%s) (%)comic['ComicPublisher'],
|
||||
'title': '%s (%s) (%)',
|
||||
'id': 'publisher:%s' % publisher['ComicPublisher'],
|
||||
'updated': mylar.helpers.now(),
|
||||
'content': publisher['ComicPublisher'],
|
||||
|
|
Loading…
Reference in New Issue