mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
be3c3156b2
commit
87c374bc36
@ -115,8 +115,8 @@ class PRST1(USBMS):
|
|||||||
ec = self.settings().extra_customization
|
ec = self.settings().extra_customization
|
||||||
if not ec[self.OPT_PRESERVE_ASPECT_RATIO]:
|
if not ec[self.OPT_PRESERVE_ASPECT_RATIO]:
|
||||||
self.THUMBNAIL_WIDTH = 108
|
self.THUMBNAIL_WIDTH = 108
|
||||||
# Make sure the date offset is set to none, we'll calculate it in books.
|
|
||||||
self.WANTS_UPDATED_THUMBNAILS = ec[self.OPT_REFRESH_COVERS]
|
self.WANTS_UPDATED_THUMBNAILS = ec[self.OPT_REFRESH_COVERS]
|
||||||
|
# Make sure the date offset is set to none, we'll calculate it in books.
|
||||||
self.device_offset = None
|
self.device_offset = None
|
||||||
|
|
||||||
def windows_filter_pnp_id(self, pnp_id):
|
def windows_filter_pnp_id(self, pnp_id):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user