Album tasks always record their progress

This commit is contained in:
Thomas Scholtes 2014-04-17 22:13:22 +02:00
parent 6284547d55
commit 8dd5e6a62d

View file

@ -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)