Add M4A GUI support
This commit is contained in:
parent
46469d6dce
commit
b9dde5f794
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue