Javanaut 9 months ago
parent 3d52442471
commit 4cbb135772

@ -34,7 +34,7 @@ class TrackCodec(Enum):
def format(self): def format(self):
"""Returns the codec as single letter""" """Returns the codec as single letter"""
return str(self.value['format']) return self.value['format']
def extension(self): def extension(self):
"""Returns the corresponding extension""" """Returns the corresponding extension"""

Loading…
Cancel
Save