fix: alac doesnt include dot in supported format

This commit is contained in:
not-nullptr 2024-11-13 16:43:16 +00:00
parent 43721904ce
commit 3568ecf29b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export class FFmpegConverter extends Converter {
".m4a",
".amr",
".ac3",
"alac",
".alac",
".aiff",
];