[books] Fix metadata scrapping
All checks were successful
build / test (push) Successful in 2m30s

It's not perfect, but at least we get covers now
This commit is contained in:
2026-06-12 09:36:21 -04:00
parent 25776eb495
commit 935d059a20
6 changed files with 371 additions and 98 deletions

View File

@ -357,10 +357,7 @@ def manual_scrobble_book(
if action == "stop":
if url:
if isinstance(scrobble.log, "BookLogData"):
scrobble.log.resume_url = next_url_if_exists(url)
else:
scrobble.log["resume_url"] = next_url_if_exists(url)
scrobble.log["resume_url"] = next_url_if_exists(url)
scrobble.save(update_fields=["log"])
scrobble.stop(force_finish=True)