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