From 42517a6ee422cf68dfa8b4a2d13944c0d45c6baf Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 7 Aug 2023 16:52:23 +0000 Subject: [PATCH] v1.1 - fix copy/pasta logging error message #54 --- sonarr/PlexNotify.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonarr/PlexNotify.bash b/sonarr/PlexNotify.bash index c983465..93a8bab 100644 --- a/sonarr/PlexNotify.bash +++ b/sonarr/PlexNotify.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.2" +scriptVersion="1.1" notfidedBy="Sonarr" arrRootFolderPath="$(dirname "$sonarr_series_path")" arrFolderPath="$sonarr_series_path" @@ -83,7 +83,7 @@ if echo "$plexLibraryData" | grep "\"@path\": \"$arrRootFolderPath" | read; then sleep 0.01 else log "$notfidedBy :: ERROR: No Plex Library found containing path \"$arrRootFolderPath\"" - log "$notfidedBy :: ERROR: Add \"$arrRootFolderPath\" as a folder to a Plex Movie Library" + log "$notfidedBy :: ERROR: Add \"$arrRootFolderPath\" as a folder to a Plex TV Library" exit 1 fi