From fedf48c0dfc50a99a435715c357241a77c24ada0 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 9 Nov 2022 05:35:24 -0500 Subject: [PATCH] 1.0.057 --- root/scripts/Video.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/Video.sh b/root/scripts/Video.sh index 99451ed..7d92124 100644 --- a/root/scripts/Video.sh +++ b/root/scripts/Video.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.056" +scriptVersion="1.0.057" 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 :: $scriptVersion :: "$1 + echo $m_time" :: Video :: $scriptVersion :: "$1 } verifyApiAccess () {