mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 20:29:27 +00:00
Merge branch 'libraryscan-hotfix' into develop
This commit is contained in:
@@ -56,7 +56,7 @@ def libraryScan(dir=None):
|
||||
song = os.path.join(r, files)
|
||||
|
||||
# We need the unicode path to use for logging, inserting into database
|
||||
unicode_song_path = song.decode(headphones.SYS_ENCODING, errors='replace')
|
||||
unicode_song_path = song.decode(headphones.SYS_ENCODING, 'replace')
|
||||
|
||||
# Try to read the metadata
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user