Skip to content

Commit d1fe9ef

Browse files
committed
Fix cookies file quotations
1 parent 2342e99 commit d1fe9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lidarr/Video.service.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ DownloadVideo () {
224224

225225
ytdlpConfigurableArgs=""
226226
if [ ! -z "$cookiesFile" ]; then
227-
ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile '
227+
ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile" '
228228
fi
229229

230230
if [ "$videoInfoJson" == "true" ]; then

0 commit comments

Comments
 (0)