Commit 557296b7 authored by Ozzie Isaacs's avatar Ozzie Isaacs

Fix upload of books uppercase extensions

parent 67836006
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment