Audio quality sorting now follows mp4

This commit is contained in:
asuyou 2021-11-19 18:01:02 +00:00
parent 2e591122f2
commit 99c366e5c2
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ export const Formats: Format[] = [
text: 'MP3',
qualities: [
{ id: 'best', text: 'Best' },
{ id: '128', text: '128 kbps' },
{ id: '192', text: '192 kbps' },
{ id: '320', text: '320 kbps' },
{ id: '192', text: '192 kbps' },
{ id: '128', text: '128 kbps' },
],
},
];