OPDS Comics and Issues

This commit is contained in:
DarkSir23 2017-11-01 14:57:33 -04:00 committed by evilhero
parent aa57ceb36d
commit 8fe07a0024
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<entry>
<title>${entry['title']}</title>
<id>${entry['id']}</id>
%if entry['author']:
%if 'author' in entry and entry['author']:
<author>
<name>${entry['author']}</name>
</author>