1
0
Fork 0
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:
DarkSir23 2017-11-01 14:50:22 -04:00 committed by evilhero
parent 9e8020d4c0
commit 8a81a47552

View file

@ -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'],
}
)