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
9e8020d4c0
commit
8a81a47552
1 changed files with 1 additions and 2 deletions
|
@ -306,8 +306,7 @@ class OPDS(object):
|
|||
'href': '/opds?cmd=Issue&issueid=%s' % quote_plus(issue['IssueID']),
|
||||
'kind': 'acquisition',
|
||||
'rel': 'acquisition',
|
||||
'author': metainfo['writer']
|
||||
''
|
||||
'author': metainfo['writer'],
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue