mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 07:13:06 +02:00
Fix #958320 (Sony PRS not set to accept XMDF (*.zbf) by default)
This commit is contained in:
parent
be1e281012
commit
86771a5286
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class PRS505(USBMS):
|
|||
booklist_class = CollectionsBookList
|
||||
|
||||
|
||||
FORMATS = ['epub', 'lrf', 'lrx', 'rtf', 'pdf', 'txt']
|
||||
FORMATS = ['epub', 'lrf', 'lrx', 'rtf', 'pdf', 'txt', 'zbf']
|
||||
CAN_SET_METADATA = ['title', 'authors', 'collections']
|
||||
CAN_DO_DEVICE_DB_PLUGBOARD = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue