mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #4118 (PocketBook 360 will not send MOBI files)
This commit is contained in:
parent
614b098756
commit
84fafe6b93
@ -88,7 +88,7 @@ class POCKETBOOK360(EB600):
|
||||
|
||||
gui_name = 'PocketBook 360'
|
||||
|
||||
FORMATS = ['epub', 'fb2', 'pdf', 'djvu', 'rtf', 'chm', 'txt']
|
||||
FORMATS = ['epub', 'fb2', 'prc', 'mobi', 'pdf', 'djvu', 'rtf', 'chm', 'txt']
|
||||
|
||||
VENDOR_NAME = 'PHILIPS'
|
||||
WINDOWS_MAIN_MEM = 'MASS_STORGE'
|
||||
|
Loading…
x
Reference in New Issue
Block a user