CC-4173: ReplayGain calculation fails on Ubuntu Lucid amd64
-fixed exception
This commit is contained in:
parent
f8d63b70d8
commit
9510c1a295
|
@ -345,7 +345,6 @@ class AirtimeApiClient():
|
|||
|
||||
response = self.get_response_from_server(req)
|
||||
logger.info("update media %s, filepath: %s, mode: %s", response, md['MDATA_KEY_FILEPATH'], mode)
|
||||
response = json.loads(response)
|
||||
try: response = json.loads(response)
|
||||
except ValueError:
|
||||
logger.info("Could not parse json from response: '%s'" % response)
|
||||
|
|
Loading…
Reference in New Issue