mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fixes book deletion error in version 0.7.15 on Windows line 273 not all parameters are passed
This commit is contained in:
parent
b6e17824e3
commit
607db6a750
@ -368,7 +368,7 @@ class XMLCache(object):
|
||||
if book.device_collections is None:
|
||||
book.device_collections = []
|
||||
book.device_collections = playlist_map.get(book.lpath, [])
|
||||
debug_print('Timezone votes: %d GMT, %d LTZ, use_tz_var='%
|
||||
debug_print('Timezone votes: %d GMT, %d LTZ, use_tz_var= %d'%
|
||||
(gtz_count, ltz_count, use_tz_var))
|
||||
self.update_playlists(i, root, booklist, collections_attributes)
|
||||
# Update the device collections because update playlist could have added
|
||||
|
Loading…
x
Reference in New Issue
Block a user