removed debug line that was causing failures for m4a

This commit is contained in:
Robbt 2018-12-19 16:27:31 -05:00
parent 9e78c110c5
commit 0b9c3396ea
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ def podcast_download(id, url, callback_url, api_key, podcast_name, album_overrid
r.raw.decode_content = True
shutil.copyfileobj(r.raw, audiofile)
metadata_audiofile = mutagen.File(audiofile.name, easy=True)
logger.debug('podcast_download loaded {0}'.format(audiofile.name))
# replace album title as needed
metadata_audiofile = podcast_override_album(metadata_audiofile, podcast_name, album_override)
metadata_audiofile.save()