ff
This commit is contained in:
@@ -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"""
|
||||||
|
|||||||
Reference in New Issue
Block a user