We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2342e99 + d1fe9ef commit f7c59f8Copy full SHA for f7c59f8
lidarr/Video.service.bash
@@ -224,7 +224,7 @@ DownloadVideo () {
224
225
ytdlpConfigurableArgs=""
226
if [ ! -z "$cookiesFile" ]; then
227
- ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile '
+ ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile" '
228
fi
229
230
if [ "$videoInfoJson" == "true" ]; then
0 commit comments