Fix #958320 (Sony PRS not set to accept XMDF (*.zbf) by default)

This commit is contained in:
Kovid Goyal 2012-03-18 19:14:54 +05:30
parent be1e281012
commit 86771a5286

View File

@ -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