forked from mirrors/bookwyrm
Adds publisher to book cover alt text
This commit is contained in:
parent
b3951a77d9
commit
d947632b69
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class Book(BookDataModel):
|
|||
if self.languages and self.languages[0] != "English"
|
||||
else None,
|
||||
str(self.published_date.year) if self.published_date else None,
|
||||
', '.join(self.publishers)
|
||||
]
|
||||
return ", ".join(i for i in items if i)
|
||||
|
||||
|
|
Loading…
Reference in a new issue