mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 08:54:30 +02:00
Fix issue with images for files on SD card not being displayed
This commit is contained in:
parent
a396cf382c
commit
710a4e232e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ def update_booklist(prefix, path, title, authors, mime, date, ContentType, Image
|
|||
|
||||
idx = bl_cache.get(lpath, None)
|
||||
if idx is not None:
|
||||
imagename = self.normalize_path(prefix + '.kobo/images/' + ImageID + ' - NickelBookCover.parsed')
|
||||
imagename = self.normalize_path(self._main_prefix + '.kobo/images/' + ImageID + ' - NickelBookCover.parsed')
|
||||
#print "Image name Normalized: " + imagename
|
||||
bl[idx].thumbnail = ImageWrapper(imagename)
|
||||
bl_cache[lpath] = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue