Resolved windows filesystem bug (#38)

This commit is contained in:
Kieran
2024-02-28 08:56:25 -08:00
committed by GitHub
parent 52c0a1742a
commit 3bb7edba0b
2 changed files with 10 additions and 1 deletions
@@ -34,7 +34,7 @@ defmodule Pinchflat.Profiles.Options.YtDlp.DownloadOptionBuilder do
# This will be updated a lot as I add new options to profiles
defp default_options do
[:no_progress]
[:no_progress, :windows_filenames]
end
defp subtitle_options(media_profile) do