diff --git a/lidarr/Video.service.bash b/lidarr/Video.service.bash index 4e09b84..5460944 100644 --- a/lidarr/Video.service.bash +++ b/lidarr/Video.service.bash @@ -224,7 +224,7 @@ DownloadVideo () { ytdlpConfigurableArgs="" if [ ! -z "$cookiesFile" ]; then - ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile ' + ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile" ' fi if [ "$videoInfoJson" == "true" ]; then