1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-10 04:36:41 +00:00

Fix sync fails with error when "Synchronize Notebooks" enabled

This commit is contained in:
Ozzie Isaacs 2025-03-23 08:44:55 +01:00
parent 80bcfb12de
commit c289cb5d4b

View File

@ -960,7 +960,7 @@ def HandleBookDeletionRequest(book_uuid):
# TODO: Implement the following routes
@csrf.exempt
@kobo.route("/v1/library/<dummy>", methods=["DELETE", "GET"])
@kobo.route("/v1/library/<dummy>", methods=["DELETE", "GET", "POST"])
def HandleUnimplementedRequest(dummy=None):
log.debug("Unimplemented Library Request received: %s (request is forwarded to kobo if configured)",
request.base_url)