mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(filters): remove unusable resolution constants (#1464)
* fix(filters): resolution constants * fix(filters): revert further resolution option changes
This commit is contained in:
parent
2b27479a00
commit
be0948fb2e
1 changed files with 0 additions and 2 deletions
|
@ -8,12 +8,10 @@ import { MultiSelectOption } from "@components/inputs/select";
|
|||
export const resolutions = [
|
||||
"2160p",
|
||||
"1080p",
|
||||
"1080i",
|
||||
"810p",
|
||||
"720p",
|
||||
"576p",
|
||||
"480p",
|
||||
"480i"
|
||||
];
|
||||
|
||||
export const RESOLUTION_OPTIONS: MultiSelectOption[] = resolutions.map(r => ({ value: r, label: r, key: r }));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue