OPDS Publisher Indexing

This commit is contained in:
DarkSir23 2017-11-01 11:01:27 -04:00 committed by evilhero
parent 8c76a8d8be
commit c409fb9c17
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class OPDS(object):
'id': 'publisher:%s' % publisher['ComicPublisher'],
'updated': mylar.helpers.now(),
'content': publisher['ComicPublisher'],
'href': '/opds?cmd=Publisher&pubid=%s' % quote_plus(publisher['ComicPublisher']),
'href': '/opds?cmd=Publisher&pubid=%s' % quote_plus(publisher['ComicPublisher']),
'kind': 'navigation',
'rel': 'subsection',
}