From 54f7b52b7689deea62333f2cba6c57f08d2fad63 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 12 Apr 2024 04:38:27 -0400 Subject: [PATCH] v2.40 - Add secondary lidarr download scan import notification This enables the older style of import notification --- lidarr/Audio.service.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lidarr/Audio.service.bash b/lidarr/Audio.service.bash index db0cb70..38b6633 100644 --- a/lidarr/Audio.service.bash +++ b/lidarr/Audio.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="2.39" +scriptVersion="2.40" scriptName="Audio" ### Import Settings @@ -724,8 +724,8 @@ DownloadProcess () { LidarrTaskStatusCheck fi - if [ -d "$audioPath/complete/$downloadedAlbumFolder" ]; then - NotifyLidarrForImport "$audioPath/complete/$downloadedAlbumFolder" + if [ -d "$importPath/$downloadedAlbumFolder" ]; then + NotifyLidarrForImport "$importPath/$downloadedAlbumFolder" lidarrDownloadImportNotfication="true" LidarrTaskStatusCheck fi