mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 01:10:40 +00:00
Dolby
Removed supplemental metadata for now
This commit is contained in:
@@ -8,7 +8,7 @@ from enum import Enum
|
||||
class MyJSONEncoder(json.JSONEncoder):
|
||||
def default(self, o):
|
||||
if isinstance(o, Enum):
|
||||
return dict(name=o._name_, value=o._value_)
|
||||
return o._name_
|
||||
else:
|
||||
return super().default(o)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user