Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
ac8d7818eb
1 changed files with 2 additions and 1 deletions
|
@ -161,8 +161,9 @@ class Metadata(Loggable):
|
|||
except (EasyMP4KeyError, EasyID3KeyError) as e:
|
||||
exceptions.append(InvalidMetadataElement(e, airtime_k,
|
||||
path))
|
||||
for e in exceptions: raise e
|
||||
song_file.save()
|
||||
# bubble dem up so that user knows that something is wrong
|
||||
for e in exceptions: raise e
|
||||
|
||||
def __init__(self, fpath):
|
||||
# Forcing the unicode through
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue