mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
4e4a594fba
commit
87fc87978b
@ -204,7 +204,7 @@ class FilesystemCache(object):
|
||||
except KeyError:
|
||||
# Parent does not exist, set the parent to be the storage
|
||||
# object
|
||||
sid = p.storage_id
|
||||
sid = item.storage_id
|
||||
if sid not in all_storage_ids:
|
||||
sid = all_storage_ids[0]
|
||||
item.parent_id = sid
|
||||
|
Loading…
x
Reference in New Issue
Block a user