Show more data about books in search

This commit is contained in:
Mouse Reeve
2021-03-13 13:55:20 -08:00
parent 611e7870e7
commit 05fcfbc66f
7 changed files with 50 additions and 27 deletions

View File

@ -24,5 +24,4 @@ class Connector(AbstractMinimalConnector):
return data
def format_isbn_search_result(self, search_result):
search_result["connector"] = self
return SearchResult(**search_result)
return self.format_search_result(search_result)