mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 00:15:20 +01:00
Album tasks always record their progress
This commit is contained in:
parent
6284547d55
commit
8dd5e6a62d
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ class ImportTask(object):
|
|||
if self.sentinel and self.paths is None:
|
||||
# "Done" sentinel.
|
||||
progress_set(self.toppath, None)
|
||||
elif self.sentinel:
|
||||
elif self.sentinel or self.is_album:
|
||||
# "Directory progress" sentinel for singletons or a real
|
||||
# album task, which implies the same.
|
||||
progress_set(self.toppath, self.paths)
|
||||
|
|
|
|||
Loading…
Reference in a new issue