From 6673cd43f73c43e4b3a5740d7e4223e2bcd0cf2a Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 7 Nov 2022 20:02:45 -0500 Subject: [PATCH] 1.0.056 - bug fix, add version to logging #121 --- root/scripts/Video.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/scripts/Video.sh b/root/scripts/Video.sh index c2e788b..99451ed 100644 --- a/root/scripts/Video.sh +++ b/root/scripts/Video.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.055" +scriptVersion="1.0.056" if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" @@ -26,7 +26,7 @@ fi log () { m_time=`date "+%F %T"` - echo $m_time" :: Extended Video :: "$1 + echo $m_time" :: Extended Video :: $scriptVersion :: "$1 } verifyApiAccess () { @@ -585,7 +585,7 @@ NotifyWebhook () { } Configuration -if [ "$sourcePreference" == "tidal" ]; +if [ "$sourcePreference" == "tidal" ]; then TidalClientSetup fi AddFeaturedVideoArtists