removed debug line that was causing failures for m4a
This commit is contained in:
parent
9e78c110c5
commit
0b9c3396ea
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue