v1.0.251 - Bug fix for previous bug fix...

Copy/pasta error....
pull/81/head^2
RandomNinjaAtk 2 years ago committed by GitHub
parent bd561b20c2
commit 2098f9a053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.250"
scriptVersion="1.0.251"
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 "$lidarrAlbumReleasesMaxTrackCount" ]; then
if [ "$deezerAlbumTrackCount" -lt "$lidarrAlbumReleasesMinTrackCount" ]; then
continue
fi

Loading…
Cancel
Save