OPDS Publisher Indexing

This commit is contained in:
DarkSir23 2017-11-01 11:21:18 -04:00 committed by evilhero
parent 7527e64e7a
commit c1ac9402da
1 changed files with 1 additions and 1 deletions

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