cc-4634: Fixed
This commit is contained in:
parent
0135fbe9dd
commit
b8a5c6ce95
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ class Metadata(Loggable):
|
||||||
if airtime_k in airtime2mutagen:
|
if airtime_k in airtime2mutagen:
|
||||||
# The unicode cast here is mostly for integers that need to be
|
# The unicode cast here is mostly for integers that need to be
|
||||||
# strings
|
# strings
|
||||||
|
if airtime_v is None: continue
|
||||||
try:
|
try:
|
||||||
song_file[ airtime2mutagen[airtime_k] ] = unicode(airtime_v)
|
song_file[ airtime2mutagen[airtime_k] ] = unicode(airtime_v)
|
||||||
except (EasyMP4KeyError, EasyID3KeyError) as e:
|
except (EasyMP4KeyError, EasyID3KeyError) as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue