From 9379cb59ccb1e375ad18894925149456f542e220 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 8 Aug 2024 12:59:15 +0000 Subject: [PATCH] v2.1 --- lidarr/TidalVideoDownloader.bash | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lidarr/TidalVideoDownloader.bash b/lidarr/TidalVideoDownloader.bash index 4c7c950..ae8fb39 100644 --- a/lidarr/TidalVideoDownloader.bash +++ b/lidarr/TidalVideoDownloader.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="2.0" +scriptVersion="2.1" scriptName="TidalVideoDownloader" #### Import Settings @@ -9,7 +9,10 @@ source /config/extended/functions verifyConfig () { - videoContainer=mkv + ### Import Settings + source /config/extended.conf + + videoContainer=mkv if [ "$enableVideo" != "true" ]; then log "Script is not enabled, enable by setting enableVideo to \"true\" by modifying the \"/config/extended.conf\" config file..."