[books] Start cleaning up get_from_google method
This commit is contained in:
@ -261,7 +261,7 @@ def manual_scrobble_video_game(
|
||||
def manual_scrobble_book(
|
||||
title: str, user_id: int, action: Optional[str] = None
|
||||
):
|
||||
book = Book.get_from_google(title)
|
||||
book = Book.find_or_create(title)
|
||||
|
||||
scrobble_dict = {
|
||||
"user_id": user_id,
|
||||
|
||||
Reference in New Issue
Block a user