Add M4A GUI support

This commit is contained in:
georgekav2 2022-06-13 02:06:40 +02:00 committed by georgekav
parent 46469d6dce
commit b9dde5f794

View file

@ -22,6 +22,15 @@ export const Formats: Format[] = [
{ id: 'audio', text: 'Audio Only' }, { id: 'audio', text: 'Audio Only' },
], ],
}, },
{
id: 'm4a',
text: 'M4A',
qualities: [
{ id: 'best', text: 'Best' },
{ id: '192', text: '192 kbps' },
{ id: '128', text: '128 kbps' },
],
},
{ {
id: 'mp4', id: 'mp4',
text: 'MP4', text: 'MP4',