Commit 0e2dca5f authored by Ozzie Isaacs's avatar Ozzie Isaacs

Fix upload of books uppercase extensions (#2038)

parent e6e3032f
...@@ -1018,7 +1018,7 @@ def upload(): ...@@ -1018,7 +1018,7 @@ def upload():
config.config_calibre_dir, config.config_calibre_dir,
input_authors[0], input_authors[0],
meta.file_path, meta.file_path,
title_dir + meta.extension) title_dir + meta.extension.lower())
move_coverfile(meta, db_book) 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