OPDS Comics and Issues

This commit is contained in:
DarkSir23 2017-11-01 15:24:44 -04:00 committed by evilhero
parent 8560295e2e
commit 1f98ae96f2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<content type="text">${entry['content']}</content>
%if entry['rel'] == 'acquisition':
<link href="${entry['href']}" rel="${entry['rel']}" type="octet/stream">
else:
%else:
<link href="${entry['href']}" rel= "${entry['rel']}" type="application/atom+xml; profile=opds-catalog; kind=${entry['kind']}"/>
%endif
%if 'thumbnail' in entry: