mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 00:15:20 +01:00
fix for the above fix
This commit is contained in:
parent
4d55702497
commit
194cbc2903
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ class ImportTask(object):
|
|||
def save_history(self):
|
||||
"""Save the directory in the history for incremental imports.
|
||||
"""
|
||||
if self.is_album:
|
||||
if self.is_album and not self.sentinel:
|
||||
history_add(self.paths)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue