Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed Aug 25, 2024
1 parent b11b61f commit 83ab9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ function download(
subs2 || subLangs,
"--no-playlist",
"--embed-metadata",
(ext == "m4a" || ext == "mp4") && extractor_key === "Youtube" ? "--embed-thumbnail" && os.platform() !== "darwin" : "",
(ext == "m4a" || ext == "mp4") && extractor_key === "Youtube" && os.platform() !== "darwin" ? "--embed-thumbnail" : "",
cookieArg,
browser,
configArg,
Expand Down

0 comments on commit 83ab9a0

Please sign in to comment.