OPDS Publishers Part 1 (testing)

This commit is contained in:
DarkSir23 2017-10-31 23:24:32 -04:00 committed by evilhero
parent becdf1f162
commit 81df32f7fa
1 changed files with 3 additions and 3 deletions

View File

@ -179,10 +179,10 @@ class OPDS(object):
entries.append(
{
'title': publisher,
'id': 'publisher:%s' % publisher,
'id': 'publisher:%s' % publisher['ComicPublisher'],
'updated': mylar.helpers.now(),
'content': publisher,
'href': '/opds?cmd=Publisher&id=%s' % quote_plus(publisher),
'content': publisher['ComicPublisher'],
'href': '/opds?cmd=Publisher&id=%s' % quote_plus(publisher['ComicPublisher']),
'kind': 'navigation',
}
)