fix: Update redirect step in api_calibre_opds_import to point to 'book' instead of 'chapters'

This commit is contained in:
JB
2025-11-29 12:16:09 -08:00
parent 3d073e8e55
commit 2e1f38a98b
+1 -1
View File
@@ -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": 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: except Exception as e: