Update formats.ts
This commit is contained in:
parent
8fab41d00a
commit
e56eb6e5de
|
|
@ -20,6 +20,8 @@ export const Formats: Format[] = [
|
|||
{ id: '1080', text: '1080p' },
|
||||
{ id: '720', text: '720p' },
|
||||
{ id: '480', text: '480p' },
|
||||
{ id: '360', text: '360p' },
|
||||
{ id: '240', text: '240p' },
|
||||
{ id: 'worst', text: 'Worst' },
|
||||
{ id: 'audio', text: 'Audio Only' },
|
||||
],
|
||||
|
|
@ -35,6 +37,8 @@ export const Formats: Format[] = [
|
|||
{ id: '1080', text: '1080p' },
|
||||
{ id: '720', text: '720p' },
|
||||
{ id: '480', text: '480p' },
|
||||
{ id: '360', text: '360p' },
|
||||
{ id: '240', text: '240p' },
|
||||
{ id: 'worst', text: 'Worst' },
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue