mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
235ea54a5c
commit
0918f1b74a
@ -2534,7 +2534,7 @@ class Cache:
|
||||
lm = table.link_map
|
||||
vm = table.id_map
|
||||
ans = {vm.get(fid):v for fid,v in lm.items() if v}
|
||||
ans.pop(None)
|
||||
ans.pop(None, None)
|
||||
return ans
|
||||
|
||||
@read_api
|
||||
|
Loading…
x
Reference in New Issue
Block a user