mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix saving to disk and then adding the book back not restoring tags-like custom columns
This commit is contained in:
commit
a20d93bf0f
@ -108,6 +108,8 @@ def decode_is_multiple(fm):
|
||||
else:
|
||||
im = {'cache_to_list': '|', 'ui_to_list': ',',
|
||||
'list_to_ui': ', '}
|
||||
elif im is None:
|
||||
im = {}
|
||||
fm['is_multiple'] = im
|
||||
|
||||
class JsonCodec(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user