From 8a81a47552e42d3721cee3968c8ba9bb8ed334b0 Mon Sep 17 00:00:00 2001 From: DarkSir23 Date: Wed, 1 Nov 2017 14:50:22 -0400 Subject: [PATCH] OPDS Comics and Issues --- mylar/opds.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mylar/opds.py b/mylar/opds.py index 04b0a140..480831ba 100644 --- a/mylar/opds.py +++ b/mylar/opds.py @@ -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'], } )