mirror of
https://github.com/evilhero/mylar
synced 2025-02-02 04:21:43 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
796b968449
commit
f9b1236215
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ class OPDS(object):
|
|||
'id': escape('comic:%s - %s' % (issue['ComicName'], issue['Issue_Number'])),
|
||||
'updated': updated,
|
||||
'content': escape('%s' % (metainfo[0]['summary'])),
|
||||
'href': '/opds?cmd=Issue&issueid=%s' % quote_plus(issue['IssueID']),
|
||||
'href': '/opds?cmd=Issue&issueid=%s&file=%s' % quote_plus(issue['IssueID'],quote_plus(issue['Location'])),
|
||||
'kind': 'acquisition',
|
||||
'rel': 'file',
|
||||
'author': metainfo[0]['writer'],
|
||||
|
|
Loading…
Reference in a new issue