mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 22:33:10 +02:00
...
This commit is contained in:
parent
ec53d6ce7b
commit
f62b832d1b
1 changed files with 6 additions and 0 deletions
|
|
@ -561,6 +561,9 @@ class KINDLE_DX(KINDLE2):
|
|||
def upload_kindle_thumbnail(self, metadata, filepath):
|
||||
pass
|
||||
|
||||
def delete_single_book(self, path):
|
||||
USBMS.delete_single_book(self, path)
|
||||
|
||||
|
||||
class KINDLE_FIRE(KINDLE2):
|
||||
|
||||
|
|
@ -581,3 +584,6 @@ class KINDLE_FIRE(KINDLE2):
|
|||
|
||||
def upload_kindle_thumbnail(self, metadata, filepath):
|
||||
pass
|
||||
|
||||
def delete_single_book(self, path):
|
||||
USBMS.delete_single_book(self, path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue