mirror of
https://github.com/alexta69/metube.git
synced 2025-04-05 05:07:37 +03:00
Add M4A GUI support
This commit is contained in:
parent
46469d6dce
commit
b9dde5f794
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ export const Formats: Format[] = [
|
|||
{ 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',
|
||||
text: 'MP4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue