mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Grid view cover cache: Fix covers not loading when cache entries are stale
This commit is contained in:
parent
f95d35c68d
commit
d84b1e2009
@ -983,6 +983,7 @@ class GridView(QListView):
|
||||
else:
|
||||
# The cached cover is stale
|
||||
cache_valid = False
|
||||
cdata = tcdata
|
||||
else:
|
||||
# We found a cached cover for a book without a cover. This can
|
||||
# happen in older version of calibre that can reuse book_ids
|
||||
|
Loading…
x
Reference in New Issue
Block a user