mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-19 01:55:31 +01:00
Fixed an issue preventing library scan (logging error)
This commit is contained in:
@@ -40,7 +40,7 @@ def scanMusic(dir=None):
|
||||
try:
|
||||
f = MediaFile(song)
|
||||
except:
|
||||
logger.info("Could not read file: '" + song + "'", logger.ERROR)
|
||||
logger.info("Could not read file: '" + song + "'")
|
||||
else:
|
||||
if not f.artist:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user