Skip to content

Commit 28e9e21

Browse files
committed
fix: Duplicate scan for bookmarks and history in FirefoxHistoryHandler
1 parent df62a1c commit 28e9e21

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ def __init__(self):
397397
icon_factory=self.firefox_icon_factory,
398398
index_history=self._index_history,
399399
)
400-
self.handler.updateIndexItems()
401400

402401
self.history_handler = FirefoxHistoryHandler(
403402
profile_path=self.firefox_data_dir / self.current_profile_path,

0 commit comments

Comments
 (0)