There was an error while loading. Please reload this page.
2 parents 16a1d69 + 0035e82 commit 265bb08Copy full SHA for 265bb08
1 file changed
cps/editbooks.py
@@ -242,7 +242,7 @@ def move_mediafile(requested_file, current_user_name=None, shelf_id=None):
242
log.info("Processing file: {}".format(requested_file))
243
try:
244
modify_date = False
245
- calibre_db.update_title_sort(config)
+ calibre_db.create_functions(config)
246
calibre_db.session.connection().connection.connection.create_function(
247
"uuid4", 0, lambda: str(uuid4())
248
)
0 commit comments