Adds separate view and load links for book search results
This commit is contained in:
parent
d482c66ad4
commit
fba44206ac
4 changed files with 9 additions and 5 deletions
|
@ -25,7 +25,7 @@ class Book(ActivityObject):
|
|||
publishedDate: str = ""
|
||||
|
||||
openlibraryKey: str = None
|
||||
inventiareId: str = None
|
||||
inventaireId: str = None
|
||||
librarythingKey: str = None
|
||||
goodreadsKey: str = None
|
||||
|
||||
|
@ -70,7 +70,7 @@ class Author(ActivityObject):
|
|||
aliases: List[str] = field(default_factory=lambda: [])
|
||||
bio: str = ""
|
||||
openlibraryKey: str = None
|
||||
inventiareId: str = None
|
||||
inventaireId: str = None
|
||||
librarythingKey: str = None
|
||||
goodreadsKey: str = None
|
||||
wikipediaLink: str = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue