mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 20:58:22 +01:00
Opus driver generate t2b files and delete helper files when removing a book from the device.
This commit is contained in:
parent
08750ea76e
commit
c26fd05fce
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def upload_books(self, files, metadatas, ids, on_card=None,
|
|||
return zip(paths, cycle([on_card]))
|
||||
|
||||
|
||||
class CYBOOK_OPUS(USBMS):
|
||||
class CYBOOK_OPUS(CYBOOKG3):
|
||||
|
||||
name = 'Cybook Opus Device Interface'
|
||||
gui_name = 'Cybook Opus'
|
||||
|
|
|
|||
Loading…
Reference in a new issue