Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(filters): remove unusable resolution constants #1464

Merged
merged 2 commits into from Mar 24, 2024

Conversation

martylukyy
Copy link
Collaborator

@martylukyy martylukyy commented Mar 19, 2024

The parsing library doesn't differentiate between 1080i and 1080p but we have both options in the resolution dropdown which causes missed releases because autobrr will say that a 1080i is 1080p which will not result in a match..

This PR removes the interlaced option in the resolution dropdown because of that.

As a miniscule further change the AHDTV source has been added and an according test with it.

@martylukyy martylukyy added bug Something isn't working web filters Filters labels Mar 19, 2024
@martylukyy martylukyy added this to the v1.40.0 milestone Mar 19, 2024
@martylukyy martylukyy force-pushed the fix/filters/resolution-constants branch from c5d08cb to b9ca8f9 Compare March 21, 2024 08:56
@zze0s zze0s changed the title fix(filters): resolution constants fix(filters): remove unusable resolution constants Mar 24, 2024
@zze0s zze0s merged commit be0948f into develop Mar 24, 2024
19 checks passed
@zze0s zze0s deleted the fix/filters/resolution-constants branch March 24, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working filters Filters web
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants