Skip to content
Snippets Groups Projects
Commit 1066fc6c authored by ale's avatar ale
Browse files

the metadata fixer seems to be working, finalize state on processed files

parent c2f91adf
No related branches found
No related tags found
No related merge requests found
......@@ -71,11 +71,11 @@ class MetadataFixer(object):
log.info('searching metadata for %s' % mp3.sha1)
try:
self.process(mp3)
#mp3.state = MP3.READY
mp3.state = MP3.READY
except Exception, e:
log.error(traceback.format_exc())
#mp3.state = MP3.ERROR
#Session.add(mp3)
mp3.state = MP3.ERROR
Session.add(mp3)
Session.commit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment