Show more data about books in search
This commit is contained in:
@ -262,9 +262,10 @@ class SearchResult:
|
||||
|
||||
title: str
|
||||
key: str
|
||||
author: str
|
||||
year: str
|
||||
connector: object
|
||||
author: str = None
|
||||
year: str = None
|
||||
cover: str = None
|
||||
confidence: int = 1
|
||||
|
||||
def __repr__(self):
|
||||
|
Reference in New Issue
Block a user