mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
bytestringify subdir paths in importer.albums_in_dir
This commit is contained in:
parent
44380db6e8
commit
ba2cfcd329
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue