This commit is contained in:
Tim Bentley 2016-04-13 19:39:39 +01:00
parent 19d120de1b
commit 6bac0cee26

View File

@ -137,4 +137,4 @@ class MediaInfoWrapper(object):
return data return data
def to_json(self): def to_json(self):
return json.dumps(self.to_data()) return json.dumps(self.to_data())