mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
Init taghistory before loading
This commit is contained in:
parent
c81a2c9b18
commit
a7ea60356b
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,8 @@ class ImportState:
|
|||
|
||||
def __init__(self, readonly=False, path: Union[PathLike, None] = None):
|
||||
self.path = path or config["statefile"].as_filename()
|
||||
self.tagprogress = {}
|
||||
self.taghistory = set()
|
||||
self._open()
|
||||
|
||||
def __enter__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue