CC-4957 : Replay Gain undefined error, json response not being sent back properly.
This commit is contained in:
parent
d63865625d
commit
fe611e7c6a
3 changed files with 9 additions and 8 deletions
|
@ -58,7 +58,9 @@ class ReplayGainUpdater(Thread):
|
|||
|
||||
try:
|
||||
self.api_client.update_replay_gain_values(processed_data)
|
||||
except Exception as e: self.unexpected_exception(e)
|
||||
except Exception as e:
|
||||
self.logger.error(e)
|
||||
self.logger.debug(traceback.format_exc())
|
||||
|
||||
if len(files) == 0: break
|
||||
self.logger.info("Processed: %d songs" % total)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue