Fix upload of books uppercase extensions (#2038)

pull/2070/head
Ozzie Isaacs 3 years ago
parent e6e3032f02
commit 0e2dca5f4d

@ -1018,7 +1018,7 @@ def upload():
config.config_calibre_dir,
input_authors[0],
meta.file_path,
title_dir + meta.extension)
title_dir + meta.extension.lower())
move_coverfile(meta, db_book)

Loading…
Cancel
Save