1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-26 17:46:52 +00:00

OPDS Publisher Indexing

This commit is contained in:
DarkSir23 2017-11-01 11:01:27 -04:00 committed by evilhero
parent 8c76a8d8be
commit c409fb9c17

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