Remove erroneous debugging print
This commit is contained in:
parent
4c0ff6d447
commit
20d62e8dc8
@ -89,8 +89,6 @@ class Library:
|
||||
# Add tags
|
||||
logging.debug('Adding tags')
|
||||
resultfile = eyed3.load(str(destpath / song) + '.mp3')
|
||||
print(resultfile)
|
||||
|
||||
resultfile.tag.artist = songcontent['artist']
|
||||
resultfile.tag.album = album
|
||||
resultfile.tag.title = song
|
||||
|
Loading…
x
Reference in New Issue
Block a user