changed artist track to podcast title

This commit is contained in:
Robbt 2019-01-13 00:29:49 -05:00
parent a9ca4432f9
commit 8427d0a92a
1 changed files with 1 additions and 0 deletions

View File

@ -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: