1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-09 13:24:53 +00:00

OPDS Publisher Indexing

This commit is contained in:
DarkSir23 2017-11-01 11:21:18 -04:00 committed by evilhero
parent 7527e64e7a
commit c1ac9402da

View file

@ -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'],