From e56eb6e5deaaa779921333d18224a1dc456920c6 Mon Sep 17 00:00:00 2001 From: Thomas TEXIER Date: Sun, 24 Aug 2025 15:09:01 +0200 Subject: [PATCH] Update formats.ts --- ui/src/app/formats.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/app/formats.ts b/ui/src/app/formats.ts index 3e79ec1..b07fda7 100644 --- a/ui/src/app/formats.ts +++ b/ui/src/app/formats.ts @@ -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' }, ], },