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",
|
".m4a",
|
||||||
".amr",
|
".amr",
|
||||||
".ac3",
|
".ac3",
|
||||||
"alac",
|
".alac",
|
||||||
".aiff",
|
".aiff",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue