diff --git a/beets/importer.py b/beets/importer.py index a785b23a5..4209a4831 100644 --- a/beets/importer.py +++ b/beets/importer.py @@ -1494,6 +1494,7 @@ def albums_in_dir(path): start_collapsing = True subdir_pat = None for subdir in dirs: + subdir = util.bytestring_path(subdir) # The first directory dictates the pattern for # the remaining directories. if not subdir_pat: