This commit is contained in:
2025-01-14 08:00:14 +01:00
parent 3d52442471
commit 4cbb135772

View File

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