mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 12:19:27 +00:00
Update postprocessor.py
Changed ID3 logging to debug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user