bytestringify subdir paths in importer.albums_in_dir

This commit is contained in:
Johnny Robeson 2016-06-14 04:32:54 -04:00
parent 44380db6e8
commit ba2cfcd329

View file

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