mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
commit
36b4df5232
@ -4728,7 +4728,7 @@ Author '{0}':
|
|||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
# uuid found in cache with matching crc
|
# uuid found in cache with matching crc
|
||||||
thumb_data = zf.read(title['uuid'])
|
thumb_data = zf.read(title['uuid']+cover_crc)
|
||||||
with open(os.path.join(image_dir, thumb_file), 'wb') as f:
|
with open(os.path.join(image_dir, thumb_file), 'wb') as f:
|
||||||
f.write(thumb_data)
|
f.write(thumb_data)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user