From 8427d0a92ac639a8269215e786741aeee14ae76f Mon Sep 17 00:00:00 2001 From: Robbt Date: Sun, 13 Jan 2019 00:29:49 -0500 Subject: [PATCH] changed artist track to podcast title --- python_apps/airtime-celery/airtime-celery/tasks.py | 1 + 1 file changed, 1 insertion(+) 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: