mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
Added support for 1440p (#498)
This commit is contained in:
parent
a5b65061f0
commit
f8e7b2e42d
3 changed files with 3 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue