Skip to content

Commit b3242e1

Browse files
authored
Merge pull request #754 from matoy/add-formats
Update formats.ts
2 parents 66084df + 60ba0a4 commit b3242e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/src/app/formats.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export const Formats: Format[] = [
2020
{ id: '1080', text: '1080p' },
2121
{ id: '720', text: '720p' },
2222
{ id: '480', text: '480p' },
23+
{ id: '360', text: '360p' },
24+
{ id: '240', text: '240p' },
2325
{ id: 'worst', text: 'Worst' },
2426
{ id: 'audio', text: 'Audio Only' },
2527
],
@@ -35,6 +37,8 @@ export const Formats: Format[] = [
3537
{ id: '1080', text: '1080p' },
3638
{ id: '720', text: '720p' },
3739
{ id: '480', text: '480p' },
40+
{ id: '360', text: '360p' },
41+
{ id: '240', text: '240p' },
3842
{ id: 'worst', text: 'Worst' },
3943
],
4044
},

0 commit comments

Comments
 (0)