Merge pull request #148 from 1RandomDev/download-thumbnail
Added option for thumbnail only
This commit is contained in:
@@ -43,4 +43,11 @@ export const Formats: Format[] = [
|
||||
{ id: '128', text: '128 kbps' },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: 'thumbnail',
|
||||
text: 'Thumbnail',
|
||||
qualities: [
|
||||
{ id: 'best', text: 'Best' }
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user