mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0c2a1df518
commit
da120c620d
@ -413,7 +413,8 @@ class KINDLE2(KINDLE):
|
||||
if not opts.extra_customization[self.OPT_APNX]:
|
||||
return
|
||||
|
||||
if os.path.splitext(filepath.lower())[1] not in ('.azw', '.mobi', '.prc'):
|
||||
if os.path.splitext(filepath.lower())[1] not in ('.azw', '.mobi',
|
||||
'.prc', '.azw3'):
|
||||
return
|
||||
|
||||
# Create the sidecar folder if necessary
|
||||
|
Loading…
x
Reference in New Issue
Block a user