From 1082051a193ad4502c263188048c53ea196fceda Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 11 Jan 2024 15:19:53 -0500 Subject: [PATCH] v2.29 - bug fix, missing echo command #159 --- lidarr/Audio.service.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lidarr/Audio.service.bash b/lidarr/Audio.service.bash index 79ed1e8..5d8a788 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="2.28" +scriptVersion="2.29" scriptName="Audio" ### Import Settings @@ -1277,7 +1277,7 @@ SearchProcess () { #echo "Debugging :: $loopCount :: $releaseProcessCount :: $lidarrArtistForeignArtistId :: $lidarrReleaseTitle :: $lidarrAlbumReleasesMinTrackCount-$lidarrAlbumReleasesMaxTrackCount :: $lidarrAlbumReleaseTitleFirstWord :: $albumArtistNameSearch :: $albumTitleSearch" - if "$lidarrAlbumTitle" | grep -i "instrumental" | read; then + if echo "$lidarrAlbumTitle" | grep -i "instrumental" | read; then sleep 0.01 else # ignore instrumental releases