mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:52:48 +02:00
...
This commit is contained in:
parent
afb753afbe
commit
bab3102d8b
1 changed files with 2 additions and 1 deletions
|
|
@ -114,8 +114,9 @@ def process_node(node):
|
|||
except Exception as err:
|
||||
show_error(err + '')
|
||||
return
|
||||
item_map = tag_browser_data['item_map']
|
||||
item_map = tag_browser_data.item_map
|
||||
self.tag_browser_data = tag_browser_data.root
|
||||
self.node_id_map = {}
|
||||
process_node(self.tag_browser_data)
|
||||
self.render_tag_browser(container, clear_path=True)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue