mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 16:22:45 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
8a81a47552
commit
aa57ceb36d
1 changed files with 2 additions and 2 deletions
|
@ -302,11 +302,11 @@ class OPDS(object):
|
|||
'title': escape('%s - %s' % (issue['Issue_Number'], issue['IssueName'])),
|
||||
'id': escape('comic:%s - %s' % (issue['ComicName'], issue['Issue_Number'])),
|
||||
'updated': updated,
|
||||
'content': escape('%s' % (metainfo['summary'])),
|
||||
'content': escape('%s' % (metainfo[0]['summary'])),
|
||||
'href': '/opds?cmd=Issue&issueid=%s' % quote_plus(issue['IssueID']),
|
||||
'kind': 'acquisition',
|
||||
'rel': 'acquisition',
|
||||
'author': metainfo['writer'],
|
||||
'author': metainfo[0]['writer'],
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue