mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 02:13:43 +02:00
Opus driver: Generate t2b files and delete helper files when removing a book from the device.
This commit is contained in:
parent
0cab0f4fd4
commit
9eacbc9d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ def upload_books(self, files, names, on_card=None, end_session=True,
|
|||
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