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