Search metadata without installed google scholar working (fix #2024)

This commit is contained in:
Ozzie Isaacs 2021-06-29 18:38:02 +02:00
parent a6d1f6039d
commit 47d94d9bd6
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ def scholar_search(query):
break
return Response(json.dumps(result),mimetype='application/json')
else:
return []
return "[]"
@editbook.route("/ajax/editbooks/<param>", methods=['POST'])
@login_required_if_no_ano