Skip to content

Commit 91cdb5f

Browse files
author
OzzieIsaacs
committed
Merge remote-tracking branch 'Upper_case/master'
2 parents 2f71777 + 68e3867 commit 91cdb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cps/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@ def upload():
29882988
author_dir = helper.get_valid_filename(author, False)
29892989
data_name = title_dir
29902990
filepath = config.config_calibre_dir + os.sep + author_dir + os.sep + title_dir
2991-
saved_filename = filepath + os.sep + data_name + meta.extension
2991+
saved_filename = filepath + os.sep + data_name + meta.extension.lower()
29922992

29932993
if not os.path.exists(filepath):
29942994
try:

0 commit comments

Comments
 (0)