mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
fix: Rename redirect key to redirect_url in api_calibre_opds_import response
This commit is contained in:
@@ -304,7 +304,7 @@ def api_calibre_opds_import() -> ResponseReturnValue:
|
|||||||
"success": True,
|
"success": True,
|
||||||
"status": "imported",
|
"status": "imported",
|
||||||
"pending_id": result.pending.id,
|
"pending_id": result.pending.id,
|
||||||
"redirect": url_for("main.wizard_step", step="chapters", pending_id=result.pending.id)
|
"redirect_url": url_for("main.wizard_step", step="chapters", pending_id=result.pending.id)
|
||||||
})
|
})
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user