mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
add 2160p (closes #11)
This commit is contained in:
parent
ea349c3560
commit
b4e388409c
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ export const Formats: Format[] = [
|
|||
text: 'Any',
|
||||
qualities: [
|
||||
{ id: 'best', text: 'Best' },
|
||||
{ id: '2160', text: '2160p' },
|
||||
{ id: '1440', text: '1440p' },
|
||||
{ id: '1080', text: '1080p' },
|
||||
{ id: '720', text: '720p' },
|
||||
|
@ -28,6 +29,7 @@ export const Formats: Format[] = [
|
|||
qualities: [
|
||||
{ id: 'best', text: 'Best' },
|
||||
{ id: 'best_ios', text: 'Best (iOS)' },
|
||||
{ id: '2160', text: '2160p' },
|
||||
{ id: '1440', text: '1440p' },
|
||||
{ id: '1080', text: '1080p' },
|
||||
{ id: '720', text: '720p' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue