diff --git a/python_apps/airtime-celery/airtime-celery/tasks.py b/python_apps/airtime-celery/airtime-celery/tasks.py index a2f100f5d..bedc6efa7 100644 --- a/python_apps/airtime-celery/airtime-celery/tasks.py +++ b/python_apps/airtime-celery/airtime-celery/tasks.py @@ -190,6 +190,7 @@ def podcast_override_metadata(m, podcast_name, override, track_title): logger.debug('overriding album name to {0} in podcast'.format(podcast_name.encode('ascii', 'ignore'))) m['album'] = podcast_name m['title'] = track_title + m['artist'] = podcast_name else: # replace the album id3 tag with the podcast name if the album tag is empty try: