Fix #1574 (author name not shown in change book order in shelfs)
This commit is contained in:
parent
b9c0f2a3d3
commit
a3ae97a5a3
|
@ -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 %}
|
||||
&
|
||||
|
|
Loading…
Reference in New Issue
Block a user