mirror of
https://github.com/evilhero/mylar
synced 2025-03-06 11:28:03 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
aa57ceb36d
commit
8fe07a0024
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue