cc-4634: Fixed

This commit is contained in:
Rudi Grinberg 2012-10-26 15:44:58 -04:00
parent 0135fbe9dd
commit b8a5c6ce95
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ class Metadata(Loggable):
if airtime_k in airtime2mutagen:
# The unicode cast here is mostly for integers that need to be
# strings
if airtime_v is None: continue
try:
song_file[ airtime2mutagen[airtime_k] ] = unicode(airtime_v)
except (EasyMP4KeyError, EasyID3KeyError) as e: