mirror of https://github.com/evilhero/mylar
OPDS Publishers Part 1 (testing)
This commit is contained in:
parent
81df32f7fa
commit
2ae50b5401
|
@ -178,7 +178,7 @@ class OPDS(object):
|
||||||
if totaltitles > 0:
|
if totaltitles > 0:
|
||||||
entries.append(
|
entries.append(
|
||||||
{
|
{
|
||||||
'title': publisher,
|
'title': publisher['ComicPublisher'],
|
||||||
'id': 'publisher:%s' % publisher['ComicPublisher'],
|
'id': 'publisher:%s' % publisher['ComicPublisher'],
|
||||||
'updated': mylar.helpers.now(),
|
'updated': mylar.helpers.now(),
|
||||||
'content': publisher['ComicPublisher'],
|
'content': publisher['ComicPublisher'],
|
||||||
|
|
Loading…
Reference in New Issue