Merge branch 'master' into Develop

This commit is contained in:
Ozzie Isaacs
2025-03-30 13:48:08 +02:00
26 changed files with 118 additions and 1151 deletions

View File

@@ -461,7 +461,7 @@ def get_sorted_entry(field, bookid):
return make_response(jsonify(authors=" & ".join([a.name for a in calibre_db.order_authors([book])])))
return ""
@editbook.route("/ajax/simulatemerge", methods=['POST'])
@user_login_required
@edit_required