Using /content/... URLs in OPDS output

This commit is contained in:
Veloman Yunkan
2022-06-28 13:03:14 +04:00
parent 1b1c1e352e
commit dc56f82c29
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
{{#icons}}<link rel="http://opds-spec.org/image/thumbnail"
href="{{root}}/catalog/v2/illustration/{{{id}}}/?size={{icon_size}}"
type="{{icon_mimetype}};width={{icon_size}};height={{icon_size}};scale=1"/>
{{/icons}}<link type="text/html" href="{{root}}/{{{content_id}}}" />
{{/icons}}<link type="text/html" href="{{root}}/content/{{{content_id}}}" />
<author>
<name>{{author_name}}</name>
</author>