mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5bd7c8a9a7
commit
92c2691680
@ -2350,8 +2350,7 @@ class KOBOTOUCH(KOBO):
|
||||
debug_print(f'Not converting {mi.title} ({name}) to KEPUB as it is DRMed')
|
||||
else:
|
||||
debug_print(f'Conversion of {mi.title} ({name}) to KEPUB succeeded')
|
||||
self.skip_renaming_files.add(mi.uuid)
|
||||
return name.rpartition('.')[0] + KEPUB_EXT
|
||||
self.files_to_rename_to_kepub.add(mi.uuid)
|
||||
|
||||
def _modify_epub(self, book_file, metadata, container=None):
|
||||
debug_print(f'KoboTouch:_modify_epub:Processing {metadata.author_sort} - {metadata.title}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user