Fix #1574 (author name not shown in change book order in shelfs)

This commit is contained in:
OzzieIsaacs 2020-08-22 15:37:40 +02:00
parent b9c0f2a3d3
commit a3ae97a5a3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
{{entry['series_index']}} - {{entry['series'][0].name}}
{% endif %}
<br>
{% for author in entry['authors'] %}
{% for author in entry['author'] %}
{{author.name.replace('|',',')}}
{% if not loop.last %}
&amp;