mirror of
https://git.um-react.app/um/cli.git
synced 2025-11-28 11:43:02 +00:00
Decoder.GetAudioExt() return extension with .
This commit is contained in:
@@ -40,7 +40,7 @@ func (d *Decoder) GetAudioData() []byte {
|
||||
}
|
||||
|
||||
func (d *Decoder) GetAudioExt() string {
|
||||
return d.outputExt
|
||||
return "." + d.outputExt
|
||||
}
|
||||
|
||||
func (d *Decoder) GetMeta() common.Meta {
|
||||
|
||||
Reference in New Issue
Block a user