mirror of https://github.com/VERT-sh/VERT.git
fix: alac doesnt include dot in supported format
This commit is contained in:
parent
43721904ce
commit
3568ecf29b
|
@ -21,7 +21,7 @@ export class FFmpegConverter extends Converter {
|
|||
".m4a",
|
||||
".amr",
|
||||
".ac3",
|
||||
"alac",
|
||||
".alac",
|
||||
".aiff",
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue