OPDS Comics and Issues

This commit is contained in:
DarkSir23 2017-11-01 15:30:54 -04:00 committed by evilhero
parent 27eca82cf0
commit 5c30fe444a
1 changed files with 2 additions and 2 deletions

View File

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