1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-06-04 11:42:13 +00:00

Merge remote-tracking branch 'overdrive/master'

This commit is contained in:
Ozzie Isaacs
2025-06-01 10:33:09 +02:00
+1
View File
@@ -961,6 +961,7 @@ def HandleBookDeletionRequest(book_uuid):
# TODO: Implement the following routes
@csrf.exempt
@kobo.route("/v1/library/<dummy>", methods=["DELETE", "GET", "POST"])
@kobo.route("/v1/library/<dummy>/preview", methods=["POST"])
def HandleUnimplementedRequest(dummy=None):
log.debug("Unimplemented Library Request received: %s (request is forwarded to kobo if configured)",
request.base_url)