mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
83d6bc9a0d
commit
0779e8c3a0
@ -63,6 +63,7 @@ class KINDLE(USBMS):
|
||||
def filename_callback(self, fname, mi):
|
||||
if fname.startswith('.'):
|
||||
return 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