From bd561b20c2ad4116d471fff611b092522f729731 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 24 Sep 2022 10:52:43 -0400 Subject: [PATCH] v1.0.250 - Bug fix Identified by: @Makario1337 --- root/scripts/audio.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/audio.sh b/root/scripts/audio.sh index 0686df5..9ae04bc 100644 --- a/root/scripts/audio.sh +++ b/root/scripts/audio.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.249" +scriptVersion="1.0.250" if [ -z "$lidarrUrl" ] || [ -z "$lidarrApiKey" ]; then lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" if [ "$lidarrUrlBase" == "null" ]; then @@ -1610,7 +1610,7 @@ FuzzyDeezerSearch () { fi # Reject release if less than the min track count - if [ "$deezerAlbumTrackCount" -lt "$lidarrAlbumReleasesMinTrackCoun"t ]; then + if [ "$deezerAlbumTrackCount" -lt "$lidarrAlbumReleasesMaxTrackCount" ]; then continue fi