Added support for 1440p (#498)

This commit is contained in:
Kieran 2024-12-06 11:13:22 -08:00 committed by GitHub
parent a5b65061f0
commit f8e7b2e42d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -68,7 +68,7 @@ defmodule Pinchflat.Downloading.QualityOptionBuilderTest do
end
test "includes quality options" do
resolutions = ["360", "480", "720", "1080", "2160", "4320"]
resolutions = ["360", "480", "720", "1080", "1440", "2160", "4320"]
Enum.each(resolutions, fn resolution ->
resolution_atom = String.to_existing_atom(resolution <> "p")