Update postprocessor.py

Changed ID3 logging to debug
This commit is contained in:
Jonny
2015-02-19 18:02:48 +00:00
committed by Bas Stottelaar
parent 37594d3384
commit c9aeefc67a

View File

@@ -884,10 +884,10 @@ def correctMetadata(albumid, release, downloaded_track_list):
# Set ID3 tag version
if headphones.CONFIG.IDTAG:
beetsconfig['id3v23'] = True
logger.info("Using ID3v2.3")
logger.debug("Using ID3v2.3")
else:
beetsconfig['id3v23'] = False
logger.info("Using ID3v2.4")
logger.debug("Using ID3v2.4")
for item in items:
try: