From 2ebfe2badb74cf000c55d9ce0c6766aa8c07492d Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 14 Jul 2023 11:25:05 +0000 Subject: [PATCH] 1.8 - bug fix for missing setting --- lidarr/Video.service.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lidarr/Video.service.bash b/lidarr/Video.service.bash index da8421f..e9b3017 100644 --- a/lidarr/Video.service.bash +++ b/lidarr/Video.service.bash @@ -1,9 +1,10 @@ #!/usr/bin/with-contenv bash -scriptVersion="1.7" +scriptVersion="1.8" scriptName="Video" #### Import Settings source /config/extended.conf +videoContainer=mkv log () { m_time=`date "+%F %T"`