This commit is contained in:
Kovid Goyal 2010-08-03 16:07:38 -06:00
parent 99e238f90e
commit 6842319911

View File

@ -90,7 +90,7 @@ class PDNOVEL(USBMS):
EBOOK_DIR_MAIN = 'eBooks'
SUPPORTS_SUB_DIRS = False
DELETE_EXTS = ['.jpg']
DELETE_EXTS = ['.jpg', '.jpeg', '.png']
def upload_cover(self, path, filename, metadata):