Adds separate view and load links for book search results

This commit is contained in:
Mouse Reeve
2021-04-06 12:17:58 -07:00
parent d482c66ad4
commit fba44206ac
4 changed files with 9 additions and 5 deletions

View File

@ -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 = ""