mirror of https://github.com/evilhero/mylar
OPDS Publisher Indexing
This commit is contained in:
parent
8c76a8d8be
commit
c409fb9c17
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue