mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6adf67e8aa
commit
04e5a7edd6
@ -63,6 +63,7 @@ class KINDLE(USBMS):
|
||||
def filename_callback(self, fname, mi):
|
||||
if fname.startswith('.'):
|
||||
return 'x'+fname[1:]
|
||||
return fname
|
||||
|
||||
def get_annotations(self, path_map):
|
||||
MBP_FORMATS = [u'azw', u'mobi', u'prc', u'txt']
|
||||
|
Loading…
x
Reference in New Issue
Block a user