Fixed bug with redownloading not forcing download of the video

This commit is contained in:
Kieran Eglin
2024-04-10 21:43:15 -07:00
parent 1a699223fe
commit 25aaef7da4
2 changed files with 3 additions and 1 deletions
@@ -39,6 +39,7 @@ defmodule Pinchflat.Downloading.DownloadOptionBuilderTest do
assert :no_progress in res
assert :windows_filenames in res
assert :force_overwrites in res
end
end