add flac format for audio
This commit is contained in:
@@ -66,6 +66,13 @@ export const Formats: Format[] = [
|
||||
{ id: 'best', text: 'Best' },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 'flac',
|
||||
text: 'FLAC',
|
||||
qualities: [
|
||||
{ id: 'best', text: 'Best' },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 'thumbnail',
|
||||
text: 'Thumbnail',
|
||||
|
||||
Reference in New Issue
Block a user